Skip to content

Commit

Permalink
fix nodejs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sm47916 authored Jan 10, 2023
1 parent 89db01c commit bc2c2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Docker-cljs-web3-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nodejs: ["12.22.12", "v16.15.1", "v16.19.0", "18.13.0"]
nodejs: ["12.22.12", "16.15.1", "16.19.0", "18.13.0"]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit bc2c2cd

Please sign in to comment.