From bdd647f61a05c9b8a57c83b78341a0690e9c29d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3n=C3=A1n=20Carrigan?= Date: Wed, 18 Jan 2023 09:28:25 +0000 Subject: [PATCH] ci(release): update node version --- .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 3c742bb..5f92dab 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -54,7 +54,7 @@ jobs: needs: - style - tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v2 @@ -63,7 +63,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 }}