From 2814dd90534c658a8f022e6f4546c071aef11c6e Mon Sep 17 00:00:00 2001 From: Alexandre Stahmer <alexandre.stahmer@gmail.com> Date: Sun, 4 Aug 2024 23:19:39 +0200 Subject: [PATCH] chore: update node version --- .github/publish.yml | 4 ++-- .github/workflows/publish.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/publish.yml b/.github/publish.yml index d6882a5..cdd6ebf 100644 --- a/.github/publish.yml +++ b/.github/publish.yml @@ -15,10 +15,10 @@ jobs: - name: Checkout Repo uses: actions/checkout@v3 - - name: Setup Node.js 16.x + - name: Setup Node.js 20.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20 - name: Install pnpm uses: pnpm/action-setup@v2 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d6882a5..0749b99 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,10 +15,10 @@ jobs: - name: Checkout Repo uses: actions/checkout@v3 - - name: Setup Node.js 16.x + - name: Setup Node.js 20 uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20 - name: Install pnpm uses: pnpm/action-setup@v2