Skip to content

Commit f805870

Browse files
CI: remove v14 node tests on PRs
1 parent 7ef2ad9 commit f805870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/client-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
node-version: [12,14]
23+
node-version: [12]
2424
steps:
2525
- name: Use Node.js ${{ matrix.node-version }}
2626
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)