Skip to content

Commit

Permalink
chore(deps): (jobs.test-node.strategy.matrix.node-version)
Browse files Browse the repository at this point in the history
chore: add 22.4.1 (jobs.release.steps.with.node-version)
  • Loading branch information
arlac77 committed Jul 9, 2024
1 parent c1c8f42 commit f4654c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
os:
- ubuntu-latest
node-version:
- 20.15.0
- 22.4.0
- 20.15.1
- 22.4.1
steps:
- name: Dependencies
run: >
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-node@v4.0.2
with:
node-version: 22.4.0
node-version: 22.4.1
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
Expand Down

0 comments on commit f4654c7

Please sign in to comment.