Skip to content

Commit

Permalink
change node version
Browse files Browse the repository at this point in the history
  • Loading branch information
inkognitro committed Mar 18, 2024
1 parent e0fa689 commit 151e618
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 @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '20.11.1'
node-version: '20.x'

- name: Install node modules
run: npm install
Expand Down

0 comments on commit 151e618

Please sign in to comment.