Skip to content

Commit

Permalink
use stable version of node
Browse files Browse the repository at this point in the history
avoid issues with npm
  • Loading branch information
jokroese committed Jul 19, 2024
1 parent b280206 commit 492194f
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 @@ -7,7 +7,7 @@ on:
branches: [main]

env:
NODE_VERSION: '22'
NODE_VERSION: '22.4.1'

jobs:
lint:
Expand Down

0 comments on commit 492194f

Please sign in to comment.