Skip to content

Commit 28b29ac

Browse files
committed
Upgrade CI
1 parent ca59a86 commit 28b29ac

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v2
99
- uses: actions/setup-node@v2-beta
1010
with:
11-
node-version: '14'
11+
node-version: '22'
1212
- name: Get yarn cache directory path
1313
id: yarn-cache-dir-path
1414
run: echo "::set-output name=dir::$(yarn cache dir)"
@@ -23,16 +23,8 @@ jobs:
2323
- run: yarn run test
2424
- run: yarn run lint
2525
- run: yarn run flow
26-
- run: yarn run smoke cjs 15.6.2
27-
- run: yarn run smoke esm 15.6.2
28-
- run: yarn run smoke cjs 16.7.0
29-
- run: yarn run smoke esm 16.7.0
30-
- run: yarn run smoke cjs 17.0.2
31-
- run: yarn run smoke esm 17.0.2
32-
- run: yarn run smoke cjs 18.0.0
33-
- run: yarn run smoke esm 18.0.0
34-
- run: yarn run smoke cjs 18.1.0
35-
- run: yarn run smoke esm 18.1.0
26+
- run: yarn run smoke cjs 19.0.0
27+
- run: yarn run smoke esm 19.0.0
3628
- run: yarn run smoke cjs latest
3729
- run: yarn run smoke esm latest
3830
- run: yarn run smoke cjs next

0 commit comments

Comments
 (0)