Skip to content

Commit

Permalink
Another stab at fixing nodejs on macos...
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Apr 2, 2024
1 parent 05e9307 commit d4dd259
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 'lts'
check-latest: true
node-version: 'latest'
- name: Install appcenter
run: npm install -g appcenter-cli
- name: Create BUILD environment
Expand Down

0 comments on commit d4dd259

Please sign in to comment.