Skip to content

Commit

Permalink
Merge pull request #161 from gitKrystan/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-node-4
  • Loading branch information
gitKrystan authored Dec 2, 2023
2 parents 78472ed + cd9da10 commit 3811c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
version: 8
run_install: false

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
version: 8
run_install: false

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
Expand Down

0 comments on commit 3811c0b

Please sign in to comment.