We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470c553 commit 594e12cCopy full SHA for 594e12c
2 files changed
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- node-version: [12.x, 14.x]
+ node-version: [14.x, 15.x, 16.x]
10
steps:
11
- uses: actions/checkout@v2
12
- name: Use Node.js ${{ matrix.node-version }}
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
13
14
15
@@ -36,7 +36,7 @@ jobs:
36
37
- uses: actions/setup-node@v1
38
with:
39
- node-version: 12.x
+ node-version: 14.x
40
registry-url: https://registry.npmjs.org
41
- uses: actions/cache@v2
42
0 commit comments