Skip to content

Commit

Permalink
Test on Node.js 17 (#13867)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Oct 21, 2021
1 parent fca5c9a commit 362c623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Use Node.js latest
uses: actions/setup-node@v2-beta
with:
node-version: "16"
node-version: 17
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 12, 10, 8, 6]
node-version: [16, 14, 12, 10, 8, 6]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 362c623

Please sign in to comment.