Skip to content

Commit

Permalink
Merge pull request #32 from wanadev/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
flozz authored Oct 30, 2023
2 parents c60fba1 + 4224319 commit 0997394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
persist-credentials: false

- name: "Set up Node 18"
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

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

- name: "Set up Node 18"
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down

0 comments on commit 0997394

Please sign in to comment.