From f33a5351461e07e4a7640c5a593ec1cccdd80e2f Mon Sep 17 00:00:00 2001 From: Florian Rappl Date: Fri, 8 Mar 2024 15:10:58 +0100 Subject: [PATCH] Updated to Node 20 --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 72b15cc..4ff3e70 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: "16.x" + node-version: "20.x" registry-url: "https://registry.npmjs.org" - name: Install Yarn run: npm install -g yarn @@ -40,7 +40,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: "16.x" + node-version: "20.x" registry-url: "https://registry.npmjs.org" - name: Install Yarn run: npm install -g yarn @@ -67,7 +67,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: "16.x" + node-version: "20.x" registry-url: "https://registry.npmjs.org" - name: Install Yarn run: npm install -g yarn