Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 3.8.1 to 4.0.0 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 23, 2023
1 parent 2a82a1f commit 0cd098d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/eight-experts-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'davinci-github-actions': patch
---

- bump actions/setup-node
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up Node.js 18.x
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: 18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "PROXY=${{ steps.parse_secrets.outputs.HTTP_PROXY }}" >> $GITHUB_ENV
- name: Set up node
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: 18

Expand Down

0 comments on commit 0cd098d

Please sign in to comment.