update workflow

This commit is contained in:
Nebel 2024-01-24 13:24:05 +09:00
parent 0135b015f0
commit 6a84c702d1
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -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
```