Skip to content

Commit 77cccf7

Browse files
Update all
1 parent 32415e7 commit 77cccf7

File tree

3 files changed

+351
-177
lines changed

3 files changed

+351
-177
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
node-version: [12.x, 14.x]
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Install Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- run: npm ci
2424
- run: npm run lint
2525
- run: npm test -- --coverage
2626
- name: Upload to Codecov
27-
uses: codecov/codecov-action@v3
27+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)