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