Skip to content

Commit

Permalink
Upgrade node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhlobo committed Oct 1, 2022
1 parent d452ff7 commit f2c6371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["18.9.0", "16.17.0", "14.20.0"]
node: ["18.10.0", "16.17.1", "14.20.1"]
ruby: ["3.1.2", "3.0.4", "2.7.6"]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f2c6371

Please sign in to comment.