Skip to content

Commit 4f23f2b

Browse files
chore: lib updates (#421)
Co-authored-by: GitHub Action <[email protected]>
1 parent cca9cc9 commit 4f23f2b

File tree

6 files changed

+5502
-4212
lines changed

6 files changed

+5502
-4212
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
build: # make sure build/ci work properly
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- run: |
1515
npm install
1616
- run: |
1717
npm run all
1818
test: # make sure the action works on a clean machine without building
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
- uses: ./
2323
with:
2424
folder: './__tests__'

0 commit comments

Comments
 (0)