Skip to content

Commit

Permalink
testing if the error is the newest node version (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
allinox authored Oct 18, 2024
1 parent aaffa1a commit 3833b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-build-and-test-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: install node
uses: actions/setup-node@v4
with:
node-version: '19'
node-version: lts/*

- name: run eslint
working-directory: ./
Expand Down

0 comments on commit 3833b95

Please sign in to comment.