Skip to content

Commit 89a0887

Browse files
committed
ci: test on node v14
1 parent 10475ef commit 89a0887

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

Diff for: .github/workflows/nodejs.yml

+6-11
Original file line numberDiff line numberDiff 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
@@ -32,11 +31,7 @@ jobs:
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

0 commit comments

Comments
 (0)