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 90c9e6b commit 4a8e92dCopy full SHA for 4a8e92d
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
name: release
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- uses: actions/setup-node@v4
16
with:
17
node-version: lts/*
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
- 20
- 22
18
19
20
- name: Use Node.js ${{ matrix.node_version }}
21
uses: actions/setup-node@v4
22
@@ -28,7 +28,7 @@ jobs:
28
29
needs: test_matrix
30
31
32
33
34
cache: npm
0 commit comments