From c7c842ffe490db25da4af9b39f74e89b1aacf2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Teles?= Date: Fri, 17 May 2024 22:16:58 -0300 Subject: [PATCH] chore: Update Node.js version to 20 in GitHub Actions workflow --- .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 6de2adb..d735796 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '20' registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm ci