From 2c29674a483a7e9e481710e135d0dd5ae8ce56b2 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Sat, 1 Jul 2023 21:48:35 -0500 Subject: [PATCH] chore(ci): use node 18 for GitHub Actions --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d78b76..72b2ece 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2.3.1 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - run: npm ci --no-optional - run: npm test diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f0506ca..e675059 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: 'npm' - name: Build