Skip to content

Commit

Permalink
chore: Fixed Node.js version in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Oct 21, 2024
1 parent dba8524 commit 5e9931a
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 @@ -10,7 +10,7 @@ jobs:
- name: Use supported Node.js Version
uses: actions/setup-node@v3
with:
node-version: 20.18.0*
node-version: 20.18.0
- name: Restore cached dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 5e9931a

Please sign in to comment.