Skip to content

Commit

Permalink
fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
aradwann committed Mar 2, 2023
1 parent 2b803b8 commit a76caa4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down Expand Up @@ -48,8 +48,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: build
run: pnpm run build --if-present
run: pnpm build

- name: test
run: pnpm test:e2e-cov
Expand Down

0 comments on commit a76caa4

Please sign in to comment.