Skip to content

Commit c40c00b

Browse files
build: update to the Node 16 runtime
1 parent e3fc3da commit c40c00b

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: '12.x'
23+
node-version: '16.x'
2424

2525
- run: npm ci
2626

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: '12.x'
12+
node-version: '16.x'
1313

1414
- run: npm ci
1515

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ inputs:
2727
description: 'The environment variable to store the path to the Visual Studio installation in'
2828
required: false
2929
runs:
30-
using: 'node12'
30+
using: 'node16'
3131
main: 'dist/index.js'
3232
branding:
3333
icon: terminal

docs/changelog/2.0.0.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
### 2.0.0
22

3-
_Not Released Yet_
3+
_Not Released Yet_
4+
5+
- Updated to the node16 runtime by default.
6+
- This requires a minimum [Actions Runner](https://github.com/actions/runner/releases/tag/v2.285.0)
7+
version of v2.285.0 to run, which is by default available in GHES 3.4 or later.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@actions/github": "^5.0.3"
2525
},
2626
"devDependencies": {
27-
"@types/node": "^12.20.55",
27+
"@types/node": "^16.11.43",
2828
"@vercel/ncc": "^0.34.0",
2929
"typescript": "^4.7.4"
3030
}

0 commit comments

Comments
 (0)