Skip to content

Commit

Permalink
Merge pull request #1057 from AmadeusITGroup/renovate/actions-setup-n…
Browse files Browse the repository at this point in the history
…ode-4.x

chore(deps): update actions/setup-node action to v4
  • Loading branch information
vscaiceanu-1a authored Nov 17, 2023
2 parents 6e12b35 + 10de5f7 commit 799076c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
- name: Cache dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Cache dependencies
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 799076c

Please sign in to comment.