From d33833dabb3648ac9e5743ffd45dd9d0e71a5c4f Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 11 Jul 2023 10:56:21 -0400 Subject: [PATCH] Updates CI to node 18 --- .github/workflows/cd-pre.yml | 2 +- .github/workflows/cd-stable.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-pre.yml b/.github/workflows/cd-pre.yml index e54bcf3..7154884 100644 --- a/.github/workflows/cd-pre.yml +++ b/.github/workflows/cd-pre.yml @@ -57,7 +57,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '18' - name: Install run: yarn - name: Apply pre-release patch diff --git a/.github/workflows/cd-stable.yml b/.github/workflows/cd-stable.yml index 3fe6765..0731f39 100644 --- a/.github/workflows/cd-stable.yml +++ b/.github/workflows/cd-stable.yml @@ -17,7 +17,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '18' - name: Setup Environment run: node -e "console.log('PACKAGE_VERSION=' + require('./package.json').version + '\nPACKAGE_NAME=' + require('./package.json').name + '-' + require('./package.json').version)" >> $GITHUB_ENV - name: Verify versions