mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-01-18 16:08:00 +00:00
update
This commit is contained in:
parent
7e995b04d9
commit
e17ef10af6
1 changed files with 2 additions and 2 deletions
|
@ -208,8 +208,8 @@ jobs:
|
||||||
main:
|
main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v3
|
||||||
with: { node-version: lts/*, cache: npm }
|
with: { node-version: lts/*, cache: npm }
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
|
Loading…
Add table
Reference in a new issue