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 d8e9dcc + a7eaffa commit e3d4d89Copy full SHA for e3d4d89
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
github.event.repository.fork == false
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
- run: node release.js
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/test.yml
@@ -10,14 +10,14 @@ jobs:
10
Test:
11
12
- run: npm install
- run: npm run build
- run: npm test
Lint:
20
21
22
23
- run: npm run lint
0 commit comments