Skip to content

Commit 0589dd6

Browse files
authored
build: reenable Node 15 and 16 for CI (#949)
1 parent 928e08b commit 0589dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v2
5353
- uses: actions/[email protected]
5454
with:
55-
node-version: 12.x
55+
node-version: 14.x
5656
- name: Get yarn cache
5757
id: yarn-cache
5858
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
fail-fast: false
7676
matrix:
77-
node-version: [12.x, 14.x]
77+
node-version: [12.x, 14.x, 15.x, 16.x]
7878
os: [ubuntu-latest, windows-latest]
7979
runs-on: ${{ matrix.os }}
8080
needs: prepare-yarn-cache

0 commit comments

Comments
 (0)