Skip to content

Commit

Permalink
Merge pull request #79 from creasico/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
feryardiant authored Dec 22, 2023
2 parents 5746ff6 + 55a19f3 commit 48a9d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run_install: true

- name: Setup node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: pnpm
node-version: 18.x
Expand Down

0 comments on commit 48a9d7f

Please sign in to comment.