Skip to content

Commit

Permalink
Update actions/setup-node action to v4.0.4
Browse files Browse the repository at this point in the history
| datasource  | package            | from   | to     |
| ----------- | ------------------ | ------ | ------ |
| github-tags | actions/setup-node | v4.0.3 | v4.0.4 |


## [vv4.0.4](actions/setup-node@v4.0.3...v4.0.4)
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent 4df9ce4 commit 78062e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
version: 9

- name: Install Node
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
node-version: 20
cache: 'pnpm'
Expand Down

0 comments on commit 78062e0

Please sign in to comment.