From 5c19b2bd3822fe629da9a26c51482e6b3e9bc38a Mon Sep 17 00:00:00 2001 From: Denis Bardadym Date: Sun, 3 Dec 2023 20:47:08 +0100 Subject: [PATCH] Return back node 18.x to deploy --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8e50591..662b313 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - run: npm ci --ignore-scripts - run: npm run build