From 94c1622f90013011ca1c4095341acd00bb0f7caa Mon Sep 17 00:00:00 2001 From: Steve Genoud Date: Sat, 6 Jul 2024 17:00:17 +0200 Subject: [PATCH] Use node 20 --- .github/workflows/publish-studio.yml | 2 +- .nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-studio.yml b/.github/workflows/publish-studio.yml index 9bffecd..7614322 100644 --- a/.github/workflows/publish-studio.yml +++ b/.github/workflows/publish-studio.yml @@ -20,7 +20,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - uses: pnpm/action-setup@v2 name: Install pnpm diff --git a/.nvmrc b/.nvmrc index 50e4b92..020fc41 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v16.18.0 +v20.12.1