Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 39e6c46

Browse files
authored
Update Node.js to v16 (#162)
* update node to v16.11.1 * update @types/node to v16.11.32 * add @tsconfig/node16 package * replace @tsconfig/node12 with @tsconfig/node16 * remove @tsconfig/node12 package
1 parent fb00187 commit 39e6c46

File tree

7 files changed

+8482
-17
lines changed

7 files changed

+8482
-17
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: actions/setup-node@v2
99
with:
10-
node-version: '12.20.2'
10+
node-version: '16.11.1'
1111
- run: npm ci
1212
- uses: reviewdog/action-eslint@v1
1313
with:

.github/workflows/npm-update-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v2
1212
with:
13-
node-version: '12.20.2'
13+
node-version: '16.11.1'
1414
- run: |
1515
npx npm-update-package \
1616
--github-token $GITHUB_TOKEN \

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [12.20.2]
10+
node-version: [16.11.1]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Use Node.js ${{ matrix.node-version }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.20.2
1+
16.11.1

0 commit comments

Comments
 (0)