From 550e8cf225758ce442d9b1ae6a7a34c3f3834d67 Mon Sep 17 00:00:00 2001 From: Robin Bolscher Date: Tue, 7 Nov 2023 15:25:46 +0100 Subject: [PATCH] ci: fix node version --- .github/workflows/update-homey-lib.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-homey-lib.yml b/.github/workflows/update-homey-lib.yml index ef209b78..901941d8 100644 --- a/.github/workflows/update-homey-lib.yml +++ b/.github/workflows/update-homey-lib.yml @@ -37,7 +37,7 @@ jobs: - name: Set up node 12 environment uses: actions/setup-node@v1 with: - node-version: '12' + node-version: '16' # Needed for publishing to npm registry-url: 'https://registry.npmjs.org'