Skip to content

Commit

Permalink
Merge pull request #219 from zazuko/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
ludovicm67 authored Dec 5, 2023
2 parents cdf2c17 + 8e34197 commit f67c632
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0
token: ${{ steps.generate_token.outputs.token }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up NodeJS ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit f67c632

Please sign in to comment.