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 39468a3 commit 9e6d051Copy full SHA for 9e6d051
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v5
11
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
12
with:
13
node-version: 'lts/*'
14
check-latest: true
@@ -27,7 +27,7 @@ jobs:
27
url: https://www.npmjs.com/package/eslint-plugin-array-func
28
29
30
31
32
33
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
6
7
cache: 'npm'
0 commit comments