Skip to content

Commit

Permalink
Use node lts for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Jan 15, 2025
1 parent 33ff30b commit 56f2574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
node-version: 'lts/*'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run lint
Expand Down

0 comments on commit 56f2574

Please sign in to comment.