Skip to content

Commit

Permalink
chore(ci): update ci and run on v1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Nov 26, 2023
1 parent 5b06840 commit 4456344
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
push:
branches:
- master
- v1
pull_request:
branches:
- master
- v1

jobs:
build:
Expand All @@ -16,7 +18,7 @@ jobs:
CI: true
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [16.x, 18.x]
name: Use Node.js ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4456344

Please sign in to comment.