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.
2 parents 62cbc5e + 5cec8a8 commit 6282d33Copy full SHA for 6282d33
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- 22.x
26
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
- name: Use Node.js ${{ matrix.node-version }}
30
uses: actions/setup-node@v4
31
with:
.github/workflows/release.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
9
- - uses: actions/checkout@v2
10
- uses: actions/setup-node@v1
11
12
node-version: '14.x'
0 commit comments