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 c7cb2bb commit 72a2c26Copy full SHA for 72a2c26
.github/workflows/check-dist.yml
@@ -23,10 +23,10 @@ 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/setup-node@v4.4.0
+ uses: actions/setup-node@v5.0.0
30
with:
31
node-version: 16.x
32
.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