Skip to content

Commit cfa1785

Browse files
committed
Uses NodeJS 16, 18, 20 for CI and disables CI browser testing
1 parent 499ddd0 commit cfa1785

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/nodejs.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [14, 16, 18]
12+
node-version: [16, 18, 20]
1313

1414
steps:
1515
- uses: actions/checkout@v3
@@ -19,8 +19,7 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020
- name: npm install, build, and test
2121
run: |
22-
npm install
23-
npm run build --if-present
24-
npm test
22+
yarn
23+
yarn run build --if-present
2524
env:
2625
CI: true

0 commit comments

Comments
 (0)