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 527ca39 commit 99e0f82Copy full SHA for 99e0f82
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
test:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
- uses: actions/setup-node@v3
12
with:
13
node-version: 'lts/*'
@@ -26,7 +26,7 @@ jobs:
26
name: production
27
url: https://www.npmjs.com/package/eslint-plugin-array-func
28
29
30
31
32
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
5
6
0 commit comments