Skip to content

Commit

Permalink
fix setup-node version
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Oct 30, 2024
1 parent 9a86f06 commit 7c39dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
APP_VERSION=$(grep '^version:' pubspec.yaml | sed 's/version: //')
echo "APP_VERSION=$APP_VERSION" >> $GITHUB_ENV
- uses: actions/setup-node@v5
- uses: actions/setup-node@v4
if: matrix.platform == 'macos'
with:
node-version: latest
Expand Down

0 comments on commit 7c39dfc

Please sign in to comment.