From 6db5d3490e3eb5e0ea2a3900fa731651db27762b Mon Sep 17 00:00:00 2001 From: Alice Koreman Date: Mon, 22 Jul 2024 16:12:10 +0200 Subject: [PATCH] Set node version NPM publish script to same version as CI tests (#5617) * fix: set node publish script to same version as test script --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9461b5929f0..b8f02b00108 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '16.x' registry-url: 'https://registry.npmjs.org' - run: npm install - run: npm run test