From bdbc47973b5dfcd643bfcc4029f84354ae350699 Mon Sep 17 00:00:00 2001 From: Paul Rodwell Date: Sun, 3 Nov 2024 13:53:15 +0000 Subject: [PATCH] Update to run tests on main --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 33dc680..8d018c6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master, decaffeinate ] + branches: [ main ] pull_request: - branches: [ master, decaffeinate ] + branches: [ main ] jobs: build: @@ -14,9 +14,9 @@ jobs: matrix: # Releases https://github.com/nodejs/release#release-schedule node-version: - - 18.x # Maintenance + - 18.x # LTS - 20.x # LTS - - 22.x # Current + - 22.x # LTS steps: - uses: actions/checkout@v4