From 70043c6ca8b503927aa567dd19eb34e7cac992fc Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Thu, 18 Jan 2024 13:11:50 +0000 Subject: [PATCH] Have CI run newer Node --- .github/workflows/ci.yml | 4 ++-- .github/workflows/lint.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c89454..859d60d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,8 @@ jobs: strategy: matrix: - node-version: [10.x, 16.x, 18.x] - postgres-version: [10, 12, 15] + node-version: [18.x, 20.x] + postgres-version: [12, 15] services: postgres: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 98a8a4b..21abd39 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,10 +11,10 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Use Node.js 14.x + - name: Use Node.js 18.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 18.x - run: yarn --frozen-lockfile - run: yarn clean - run: yarn prepack