Skip to content

Commit

Permalink
chore: test with node 18.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffladiray committed Dec 19, 2024
1 parent 3648395 commit 0c036b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.14.0
node-version: 18.17.0
- uses: actions/cache@v4
with:
path: |
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.14.0
node-version: 18.17.0
- name: Restore dependencies from cache
uses: actions/cache/restore@v4
with:
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
persist-credentials: false # GITHUB_TOKEN must not be set for the semantic release
- uses: actions/setup-node@v4
with:
node-version: 18.14.0
node-version: 18.17.0
- name: Restore dependencies from cache
uses: actions/cache/restore@v4
with:
Expand Down

0 comments on commit 0c036b1

Please sign in to comment.