From 9f4fa13bbe0d5f92f9c6501085e3105c9cab1ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3n=C3=A1n=20Carrigan?= Date: Fri, 17 Feb 2023 08:15:55 +0000 Subject: [PATCH] ci(release): bump node==18 --- .github/workflows/workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 4b82332a..8ddb50de 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -61,7 +61,7 @@ jobs: needs: - style - tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v2 @@ -70,7 +70,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}