We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fcd9fb + 5afb30b commit 65c4a7fCopy full SHA for 65c4a7f
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@v5.0.0
31
32
- name: Set up Node.js ${{ matrix.node }}
33
- uses: actions/setup-node@v4.4.0
+ uses: actions/setup-node@v5.0.0
34
with:
35
node-version: ${{ matrix.node }}
36
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
- name: Set up Node.js
29
node-version: ${{ env.NODE_VERSION }}
registry-url: "https://registry.npmjs.org"
0 commit comments