Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
| datasource  | package            | from   | to     |
| ----------- | ------------------ | ------ | ------ |
| github-tags | actions/setup-node | v3.4.1 | v4.0.2 |
  • Loading branch information
renovate[bot] authored Jun 28, 2024
1 parent 07760e3 commit 0a8e78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
version: 7.11.0
run_install: true
- name: Use Node.js 16.x
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v4.0.2
with:
node-version: 16.x
cache: "pnpm"
Expand Down

0 comments on commit 0a8e78f

Please sign in to comment.