From 2695c4d61eaa7009212c9b5d589bec05b09a2285 Mon Sep 17 00:00:00 2001 From: Super Snager Date: Sun, 3 Mar 2024 17:37:27 +0100 Subject: [PATCH] fix: bump node version in github workflow to 20 This is not a fix, but I need to force a release --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 7f567d0..8f809fc 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: 18 + node-version: 20 registry-url: https://registry.npmjs.org/ scope: '@chatscope' - name: Install dependencies