We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/setup-node
1 parent 3573abd commit ae991eaCopy full SHA for ae991ea
.github/actions/npm-cache/action.yml
@@ -6,7 +6,7 @@ runs:
6
- name: Setup Node version equally to our local development version
7
# pick the Node version to use and install it
8
# https://github.com/actions/setup-node
9
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
10
with:
11
node-version: 20
12
0 commit comments