Skip to content

Commit

Permalink
Configure CI to use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
afcapel committed Sep 15, 2021
1 parent 3494e98 commit 0035b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
bundler-cache: true
- uses: actions/setup-node@v2-beta
with:
node-version: 15
node-version: 16
- uses: actions/cache@v2
with:
path: test/node_modules
Expand Down

0 comments on commit 0035b88

Please sign in to comment.