Skip to content

Commit

Permalink
Merge pull request #123 from vansergen/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-4
  • Loading branch information
vansergen committed Oct 26, 2023
2 parents 3010608 + a8785b9 commit 065fa7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
check-latest: true
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
check-latest: true
Expand Down

0 comments on commit 065fa7e

Please sign in to comment.