From bba3fcde97711d834d58789872b6022419fd0f3a Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 9 May 2023 17:34:10 +0300 Subject: [PATCH] Chore(pipeline): Bump node version to 16 --- .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 518e5d9..d16993a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: uses: actions/setup-node@v3.6.0 with: always-auth: true - node-version: 14 + node-version: 16 registry-url: 'https://registry.npmjs.org' scope: '@ivuorinen'