From 915da9a840aafc46dfac805ec672e41dffc88ba6 Mon Sep 17 00:00:00 2001 From: Ludea Date: Wed, 5 Jun 2024 17:41:07 +0200 Subject: [PATCH] Bump to node 18 to avoid warning message --- .github/workflows/covector-version-or-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index 1aa15c8..87dfafe 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -28,7 +28,7 @@ jobs: git config --global user.email "${{ github.event.pusher.email }}" - uses: actions/setup-node@v4.0.1 with: - node-version: '16.x' + node-version: 18 registry-url: 'https://registry.npmjs.org' - uses: pnpm/action-setup@v2.4.0 name: Install pnpm