Skip to content

Commit d8a4a56

Browse files
authored
Merge pull request #1628 from grumpycoders/update-node
Update nodejs version for macos builds.
2 parents 8ef1ae7 + 4c7bd5e commit d8a4a56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ jobs:
122122
with:
123123
token: ${{ secrets.GITHUB_TOKEN }}
124124
- name: Install node
125-
uses: actions/setup-node@v2
125+
uses: actions/setup-node@v4
126126
with:
127-
node-version: '14'
127+
node-version: 'lts'
128128
check-latest: true
129129
- name: Install appcenter
130130
run: npm install -g appcenter-cli

0 commit comments

Comments
 (0)