Skip to content

Commit

Permalink
update node version for lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Nov 12, 2024
1 parent 9a528be commit cfdf02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: git fetch origin ${{ github.base_ref }}
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
- name: Install npm dependencies
run: npm ci --ignore-scripts
- name: Check version
Expand Down

0 comments on commit cfdf02d

Please sign in to comment.