From 71b616522c0b8af9cd77f3f63448c7d472aeb6c0 Mon Sep 17 00:00:00 2001 From: BOTREL Kilian Date: Tue, 18 Jun 2024 20:34:28 +0200 Subject: [PATCH] ci: update pnpm and node version in workflows --- .github/workflows/pull-request.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e3b8451..d8b078c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -11,10 +11,10 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 9.1.1 + version: 9.4.0 - uses: actions/setup-node@v3 with: - node-version: '20.13.1' + node-version: '20.14.0' cache: 'pnpm' - run: pnpm install --frozen-lockfile - run: pnpm test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d0ba0f6..7897a85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,10 +11,10 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 9.1.1 + version: 9.4.0 - uses: actions/setup-node@v3 with: - node-version: '20.13.1' + node-version: '20.14.0' cache: 'pnpm' registry-url: https://registry.npmjs.org/ - run: pnpm install --frozen-lockfile