Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 58d8bab commit baddbb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4.0.0
with:
node-version-file: .node-version
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4.0.0
with:
node-version-file: .node-version
cache: 'npm'
Expand All @@ -36,7 +36,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4.0.0
with:
node-version-file: .node-version
cache: 'npm'
Expand Down

0 comments on commit baddbb1

Please sign in to comment.