Skip to content

Commit

Permalink
Run tests against node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
rbclark committed Jan 26, 2025
1 parent 9844e17 commit ca89a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: ruby/setup-ruby@v1
- uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '16'
- name: Cache ruby gems
uses: actions/cache@v4
with:
Expand Down

0 comments on commit ca89a65

Please sign in to comment.