From 908ef4bc078c84c4b5b0d2dce9b94bcc4db1945f Mon Sep 17 00:00:00 2001 From: Vladislav Tupikin Date: Tue, 7 May 2024 16:00:47 +0300 Subject: [PATCH] actions versions bumped --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d14fdc8..7bb9b4b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,8 +10,8 @@ jobs: - name: Use Node.js 16 uses: actions/setup-node@v4 with: - node-version: 16 - registry-url: 'https://registry.npmjs.org' + node-version: 18 + registry-url: https://registry.npmjs.org/ - name: Install dependencies run: npm ci - name: Create .env file