Skip to content

Commit

Permalink
try forcing node version
Browse files Browse the repository at this point in the history
  • Loading branch information
santam85 committed Aug 24, 2023
1 parent 26e9a37 commit 55152cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 18
node-version: 18.17.0
- run: npm ci

- run: npm run lint
Expand Down

0 comments on commit 55152cb

Please sign in to comment.