Skip to content

Commit 5b5c88b

Browse files
committed
fix: ci
1 parent 6160b79 commit 5b5c88b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
node-version: [12.x, 14.x, 16.x, 17.x]
5959
webpack-version: [latest]
6060
include:
61-
- node-version: 16.x
61+
- node-version: 14.x
6262
os: ubuntu-latest
6363
webpack-version: 4
6464

@@ -76,9 +76,6 @@ jobs:
7676
- name: Install dependencies
7777
run: npm ci
7878

79-
- name: Build client and types
80-
run: npm run build
81-
8279
- name: Install webpack ${{ matrix.webpack-version }}
8380
if: matrix.webpack-version == '4'
8481
run: npm i webpack@${{ matrix.webpack-version }} --save-dev --ignore-scripts

0 commit comments

Comments
 (0)