Skip to content

Commit

Permalink
[meta] CI updates
Browse files Browse the repository at this point in the history
- Run CI on `next` branch
- Update Node versions to include latest LTS
  • Loading branch information
StaloneLab committed Jun 7, 2024
1 parent b278abe commit 6508e7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [master]
branches: [master, next]
pull_request:
branches: [master]
branches: [master, next]

env:
NODE_VERSION: "20"
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [master]

env:
NODE_VERSION: "18"
NODE_VERSION: "20"

jobs:
deploy-demo:
Expand Down

0 comments on commit 6508e7e

Please sign in to comment.