File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,13 @@ jobs:
1111 fail-fast : false
1212 matrix :
1313 node :
14+ - 14
1415 - 16.0.0
1516 - 16
1617 - 18.0.0
1718 - 18
1819 - 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
2221 - 22.6
2322 os :
2423 - ubuntu-latest
3231 registry-url : ' https://registry.npmjs.org'
3332 cache : ' npm'
3433 - 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