File tree 1 file changed +6
-11
lines changed
1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,13 @@ jobs:
11
11
fail-fast : false
12
12
matrix :
13
13
node :
14
+ - 14
14
15
- 16.0.0
15
16
- 16
16
17
- 18.0.0
17
18
- 18
18
19
- 20
19
- # TODO: Unpin to `22` once parcel incomaptibility with 22.7+ is resolved
20
- # - https://github.com/nodejs/node/issues/54573
21
- # - https://github.com/parcel-bundler/parcel/issues/9926
20
+ # TODO: change to `22` once they fix https://github.com/nodejs/node/issues/54573
22
21
- 22.6
23
22
os :
24
23
- ubuntu-latest
32
31
registry-url : ' https://registry.npmjs.org'
33
32
cache : ' npm'
34
33
- run : npm ci
35
- - name : Build and run tests
36
- run : |
37
- npm run build --if-present
38
- npm test
39
- - name : Run browser tests and lint
40
- run : |
41
- npm run browser-tests
42
- npm run lint
34
+ - run : npm run build --if-present
35
+ - run : npm test
36
+ - run : npm run browser-tests
37
+ - run : npm run lint --if-present
You can’t perform that action at this time.
0 commit comments