Skip to content

Commit

Permalink
Uses NodeJS 16, 18, 20 for CI and disables CI browser testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukbukkit committed Mar 30, 2024
1 parent 499ddd0 commit cfa1785
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18]
node-version: [16, 18, 20]

steps:
- uses: actions/checkout@v3
Expand All @@ -19,8 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm test
yarn
yarn run build --if-present
env:
CI: true

0 comments on commit cfa1785

Please sign in to comment.