Skip to content

Commit

Permalink
ci: fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinBol committed Nov 7, 2023
1 parent 272a156 commit 550e8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-homey-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 550e8cf

Please sign in to comment.