From f2a5e1355711f667a65f7a4aa518e34b7043cab4 Mon Sep 17 00:00:00 2001 From: Sebastien Rousseau Date: Mon, 19 Feb 2024 20:51:25 +0000 Subject: [PATCH] ci(dotfiles): :bug: Add "^16.20.2" --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f72d00a..072c4f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 20.x + node-version: "^16.20.2" registry-url: ${{ env.MY_NPM_REGISTRY }} - run: pnpm install --frozen-lockfile # Only if necessary - name: Publish to NPM