Skip to content

Commit 1dd3d73

Browse files
authored
chore: update test env on ci (#243)
1 parent ce6995a commit 1dd3d73

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/tests.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
name: Tests
2-
3-
on:
4-
push:
5-
branches:
6-
- master
7-
pull_request:
8-
types:
9-
- opened
10-
- synchronize
11-
- reopened
12-
13-
jobs:
14-
test:
15-
runs-on: ubuntu-latest
16-
steps:
17-
- uses: actions/checkout@v1
18-
- uses: actions/setup-node@v1
19-
with:
20-
node-version: 18.10.0
21-
- run: npm ci
22-
- run: npm test
1+
name: Tests
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
types:
9+
- opened
10+
- synchronize
11+
- reopened
12+
13+
jobs:
14+
test:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@v4
18+
- uses: actions/setup-node@v4
19+
with:
20+
node-version: latest
21+
- run: npm ci
22+
- run: npm test

0 commit comments

Comments
 (0)