From 0e3699f6e34afff00f08c5473ab86881c5c4478a Mon Sep 17 00:00:00 2001 From: Mateusz Qunabu Date: Tue, 13 Feb 2024 14:20:15 +0100 Subject: [PATCH] Update publish.yml --- .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 36f671d3..62a95b1a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@v2 with: - node-version: "16.x" + node-version: "20.x" registry-url: "https://registry.npmjs.org" - run: git config --global user.email "github@escolalms.com" && git config --global user.name "Github" - run: npm i --legacy-peer-deps