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 d433c2f commit 94432c4Copy full SHA for 94432c4
.github/workflows/check-dist.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
25
steps:
26
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
27
28
- name: Set Node.js 16.x
29
uses: actions/[email protected]
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
19
20
- name: Unit test
21
run: |
22
npm install
0 commit comments