From ada411522256ad42e4bb59ce016d1741c31091f6 Mon Sep 17 00:00:00 2001 From: Jord McCord Date: Tue, 20 Feb 2024 16:04:35 +0000 Subject: [PATCH] chore: update setup node --- .github/workflows/previews.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/previews.yml b/.github/workflows/previews.yml index 7563317e3..a820d2547 100644 --- a/.github/workflows/previews.yml +++ b/.github/workflows/previews.yml @@ -18,10 +18,11 @@ jobs: with: version: 8 - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v2 with: - node-version: 18.x - cache: pnpm + node-version: '18.x' + registry-url: 'https://registry.npmjs.org' + cache: 'pnpm' - uses: actions/setup-java@v4 with: distribution: 'zulu' @@ -61,10 +62,11 @@ jobs: with: version: 8 - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v2 with: - node-version: 18.x - cache: pnpm + node-version: '18.x' + registry-url: 'https://registry.npmjs.org' + cache: 'pnpm' - uses: actions/setup-java@v4 with: distribution: 'zulu'