Skip to content

Commit

Permalink
build(node): expand nodejs checks
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Dec 23, 2022
1 parent 2455751 commit 5e9db21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build
on:
push:
branches: [ master, main, dev** ]
branches: [ main ]
pull_request:
env:
COV_NODE_VERSION: 16
Expand All @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Setup Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 5e9db21

Please sign in to comment.