mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-01-18 08:05:02 +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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with: { node-version: lts/*, cache: npm }
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
|
|
Loading…
Add table
Reference in a new issue