mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-01-18 16:08:00 +00:00
update workflow
This commit is contained in:
parent
0135b015f0
commit
6a84c702d1
1 changed files with 5 additions and 3 deletions
|
@ -276,9 +276,11 @@ jobs:
|
||||||
main:
|
main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v4
|
||||||
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