Skip to content

Commit

Permalink
ci: use node v18.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bent10 committed Dec 19, 2023
1 parent c23d053 commit 174c9db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18 # required by semantic-release
node-version: 18.17.0 # required by semantic-release
- run: npm ci
- run: npm run lint
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
node-version:
- 18
- 18.17.0
os:
- ubuntu-latest
- windows-latest
Expand Down

0 comments on commit 174c9db

Please sign in to comment.