Skip to content

Commit 2937b2a

Browse files
authored
chore: updated actions/setup-node (#500)
Updated https://github.com/actions/setup-node to a new major version. Mainly the supported minimum Node version has been changed to Node 20.
1 parent e088844 commit 2937b2a

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 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)