Skip to content

Commit ae991ea

Browse files
authored
chore: updated actions/setup-node (#798)
* chore: updated `actions/setup-node` * chore: updated `actions/cache`
1 parent 3573abd commit ae991ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/npm-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Setup Node version equally to our local development version
77
# pick the Node version to use and install it
88
# https://github.com/actions/setup-node
9-
uses: actions/setup-node@v3
9+
uses: actions/setup-node@v4
1010
with:
1111
node-version: 20
1212

0 commit comments

Comments
 (0)