diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bced36d..b6ae676b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [master] + branches: [master, next] pull_request: - branches: [master] + branches: [master, next] env: NODE_VERSION: "20" @@ -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 diff --git a/.github/workflows/prepublish.yml b/.github/workflows/prepublish.yml index 5bb019ca..1513536a 100644 --- a/.github/workflows/prepublish.yml +++ b/.github/workflows/prepublish.yml @@ -5,7 +5,7 @@ on: branches: [master] env: - NODE_VERSION: "18" + NODE_VERSION: "20" jobs: deploy-demo: