From 6508e7e4b0a286d23c0b2ae242a12a6b9aaf6389 Mon Sep 17 00:00:00 2001 From: Lika Kavkasidze Date: Fri, 7 Jun 2024 21:37:59 +0200 Subject: [PATCH] [meta] CI updates - Run CI on `next` branch - Update Node versions to include latest LTS --- .github/workflows/ci.yml | 6 +++--- .github/workflows/prepublish.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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: