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'