From 879ce173ecaef051989a60485dc9e96a226dde3b Mon Sep 17 00:00:00 2001 From: Seth Bertalotto Date: Tue, 23 Jan 2024 10:56:52 -0800 Subject: [PATCH] ci: node 20 (#187) --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 69f2645..ac16533 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -2,9 +2,9 @@ name: Node.js CI on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] jobs: build: @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v2