Skip to content

Commit

Permalink
#377 - fix: js linter node version update 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilpiech97 committed Jul 19, 2024
1 parent 2c89088 commit 868abde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 22
node-version: 22.4.1

- name: Instal npm dependencies
run: npm clean-install
Expand Down

0 comments on commit 868abde

Please sign in to comment.