From fd97c50da87acf4949e252a405452c871937e03a Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Wed, 25 Jan 2023 10:54:00 -0800 Subject: [PATCH] Fixes release --- .github/workflows/deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fe260284..08700451 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,10 +12,12 @@ jobs: uses: actions/checkout@v3 - name: Install Node uses: actions/setup-node@v3 + with: + node-version: latest - name: Install pnpm uses: pnpm/action-setup@v2.2.4 with: - version: 6.20.1 + version: 7.26.0 - name: Install dependencies run: pnpm install - name: Run Tests @@ -80,6 +82,8 @@ jobs: fetch-depth: 0 - name: Install Node uses: actions/setup-node@v3 + with: + node-version: latest - name: Install pnpm uses: pnpm/action-setup@v2.2.4 with: