From ac0928795bd8d08f4c6b69a3126ee92135a73ab4 Mon Sep 17 00:00:00 2001 From: Simon M Date: Sat, 30 Mar 2024 11:01:55 +0000 Subject: [PATCH] Use node 18 for publish --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 25c42a7..931602c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: - name: Use Node.js 16.x uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 18 registry-url: 'https://npm.pkg.github.com/simondotm' #scope: '@simondotm' #- run: npm run addscope @@ -57,7 +57,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@v2 with: - node-version: '16.x' + node-version: 18 registry-url: 'https://registry.npmjs.org' - run: npm ci