Skip to content

Commit

Permalink
Upgrade node version of Github Action (#291)
Browse files Browse the repository at this point in the history
This commit upgrades `node` version of Github Action from 12 to 16,
and apply changes for `package-lock.json`.

ONE-vscode-DCO-1.0-Signed-off-by: Seok NamKoong <[email protected]>
  • Loading branch information
llFreetimell authored Feb 24, 2022
1 parent bdf7919 commit edea141
Show file tree
Hide file tree
Showing 3 changed files with 3,098 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '16'
- run: npm install
- run: npm run lint
- run: npm run lintjs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-tsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '16'
- run: npm install
- run: npm run compile
Loading

0 comments on commit edea141

Please sign in to comment.