Skip to content

Commit

Permalink
ci: update node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
bent10 committed Apr 21, 2024
1 parent ea4590f commit e5fe513
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 20.8.1 # required by semantic-release
node-version: 20.9.0 # required by semantic-release
- run: npm ci
- run: npm run lint
- run: npm run build
Expand Down
4 changes: 2 additions & 2 deletions .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.17.0
- 18.18.0
os:
- ubuntu-latest
- windows-latest
Expand All @@ -27,6 +27,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run lint
- run: npm test

0 comments on commit e5fe513

Please sign in to comment.