Skip to content

Commit

Permalink
ci: use node20
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 12, 2025
1 parent 6c510f8 commit 58b6012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
node-version: 20
- name: Install
run: npm install --no-package-lock --force
- name: Test
Expand Down

0 comments on commit 58b6012

Please sign in to comment.