Skip to content

Commit

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

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
Arhell authored Jun 13, 2024
2 parents 03d5ac3 + ad1054f commit 94e0296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 94e0296

Please sign in to comment.