Skip to content

Commit 594e12c

Browse files
committed
ci: update node version
1 parent 470c553 commit 594e12c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node-version: [12.x, 14.x]
9+
node-version: [14.x, 15.x, 16.x]
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [12.x, 14.x]
12+
node-version: [14.x, 15.x, 16.x]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Use Node.js ${{ matrix.node-version }}
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v2
3737
- uses: actions/setup-node@v1
3838
with:
39-
node-version: 12.x
39+
node-version: 14.x
4040
registry-url: https://registry.npmjs.org
4141
- uses: actions/cache@v2
4242
with:

0 commit comments

Comments
 (0)