From 8465ff1e1d9e8f3f720f63377794701db9b522fd Mon Sep 17 00:00:00 2001 From: Ryan Cartwright <39504851+HomelessDinosaur@users.noreply.github.com> Date: Tue, 20 Feb 2024 19:43:52 +1100 Subject: [PATCH] ci: use node 20 (#221) use node 20 --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 013c5164..b8612fb8 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,10 +20,10 @@ jobs: path: 'node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('yarn.lock') }} - - name: Use Node 14 + - name: Use Node 20 uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 20 registry-url: 'https://registry.npmjs.org' always-auth: true