Skip to content

Commit d4dd259

Browse files
authored
Another stab at fixing nodejs on macos...
1 parent 05e9307 commit d4dd259

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/macos-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ jobs:
124124
- name: Install node
125125
uses: actions/setup-node@v4
126126
with:
127-
node-version: 'lts'
128-
check-latest: true
127+
node-version: 'latest'
129128
- name: Install appcenter
130129
run: npm install -g appcenter-cli
131130
- name: Create BUILD environment

0 commit comments

Comments
 (0)