From d6368f6e6fceb14d9372eea3a0c3cc0db8d20d67 Mon Sep 17 00:00:00 2001 From: Boopathi Rajaa Date: Thu, 29 Jun 2023 12:06:31 +0200 Subject: [PATCH] Update publish.yml to node version 20 (#212) The publish script did not trigger for the latest update --- .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 3c0e19a2..e3e3dc48 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 20 registry-url: "https://registry.npmjs.org" - run: yarn install - run: yarn publish