From 4a501dd8d47a67c58489c37c5cbdd59a17af0d8e Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Sat, 29 Jun 2024 10:14:31 +0200 Subject: [PATCH] ci: use node20 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dcf8890..61f7c1c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,11 +18,11 @@ jobs: - name: Use Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20 cache: 'yarn' architecture: 'x64' - name: Install dependencies - run: yarn + run: yarn install --frozen-lockfile - name: Build and publish package run: yarn run publish env: