From 0be2f854a1c69f3d4eed7b27b70b2fa9186fa1fe Mon Sep 17 00:00:00 2001 From: JGiter Date: Tue, 6 Jun 2023 13:44:44 +0300 Subject: [PATCH] fix: update node 18 --- .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 1bf2937d..a08c17aa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: token: ${{ secrets.SECRET_NAME }} - uses: actions/setup-node@v2-beta with: - node-version: '16.10.0' + node-version: '18' registry-url: https://registry.npmjs.org/ - name: Configure Git