From fc5134e1794f09b6b8cf007e04f72cc822fb51ad Mon Sep 17 00:00:00 2001 From: Christian Bromann Date: Wed, 15 Feb 2023 21:17:02 -0600 Subject: [PATCH] update node version in CI to v18 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01c08c5..4486608 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - name: Install Dependencies run: npm ci - name: Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33a7994..93b42d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 18 - name: NPM Setup run: | npm set registry "https://registry.npmjs.org/"