Skip to content

Commit 46f36db

Browse files
committed
Update test.yml
1 parent 115bb9c commit 46f36db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-node@v1
12-
- run: yarn
13-
- run: yarn test
14-
- run: yarn lint
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-node@v4
12+
- run: npm ci
13+
- run: npm test
14+
- run: npm run lint

0 commit comments

Comments
 (0)