From 92c08d7dbb1c8f08104c4ad6553cd3899a266b62 Mon Sep 17 00:00:00 2001 From: orta Date: Tue, 27 Jun 2023 08:37:33 +0100 Subject: [PATCH] Older npm --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 554134c..2e7c486 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: "18.x" + node-version: "16.x" registry-url: "https://registry.npmjs.org/" - name: Cache .pnpm-store uses: actions/cache@v1