Skip to content

Commit

Permalink
Update node version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
afcapel committed May 14, 2024
1 parent 59df248 commit f3fa1ae
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 @@ -13,7 +13,7 @@ jobs:
bundler-cache: true
- uses: actions/setup-node@v2-beta
with:
node-version: 11
node-version: 16
- uses: actions/cache@v2
with:
path: test/node_modules
Expand Down

0 comments on commit f3fa1ae

Please sign in to comment.