From bcf2e623f0f9ccf7183610f555aa4e348c42913e Mon Sep 17 00:00:00 2001 From: Icebob Date: Sat, 24 Aug 2024 12:27:41 +0200 Subject: [PATCH] Update pkg-publish.yml --- .github/workflows/pkg-publish.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pkg-publish.yml b/.github/workflows/pkg-publish.yml index be16510a4..d66c542d6 100644 --- a/.github/workflows/pkg-publish.yml +++ b/.github/workflows/pkg-publish.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 18 - name: Cache node modules uses: actions/cache@v3 @@ -45,5 +45,9 @@ jobs: - name: Install dependencies run: npm ci + - uses: actions/setup-node@v4 + with: + node-version: 20 + - name: Publish run: npx pkg-pr-new publish