Update CI.yml

This commit is contained in:
Dimitar Nanov 2023-10-11 22:27:08 +03:00 committed by GitHub
parent e251cc0e5b
commit 510654f52e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@ name: CI
on: on:
push: push:
branches: [ main ] branches: [ main, master ]
pull_request: pull_request:
branches: [ main ] branches: [ main, master ]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node: [ 14, 16, 18 ] node: [ 14, 16, 18, 19, 20 ]
name: Node.js ${{ matrix.node }} name: Node.js ${{ matrix.node }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3