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.
1 parent 32b325b commit 06c5c4cCopy full SHA for 06c5c4c
.github/actions/prepare/action.yml
@@ -16,7 +16,7 @@ runs:
16
git config --global user.name ${GITHUB_ACTOR}
17
shell: bash
18
- uses: pnpm/action-setup@v4
19
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
20
with:
21
node-version: ${{ inputs.node-version }}
22
cache: "pnpm"
.github/workflows/test-js.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: ./.github/actions/prepare
30
31
- name: Setup NodeJs ${{ matrix.node_version }} for testing
32
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
33
34
node-version: ${{ matrix.node_version }}
35
0 commit comments