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 70796e7 commit 57510deCopy full SHA for 57510de
.github/workflows/check-dist.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
25
26
- name: Set Node.js 16.x
27
uses: actions/setup-node@v3.5.1
.github/workflows/test.yml
@@ -10,15 +10,15 @@ jobs:
10
build: # make sure build/ci work properly
11
12
13
14
- run: |
15
npm install
16
17
npm run all
18
test: # make sure the action works on a clean machine without building
19
20
- uses: ./
with:
milliseconds: 1000
0 commit comments