Skip to content

Commit

Permalink
Change Node version for GitHub actions environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Castro, Mario committed Sep 11, 2024
1 parent 047bf5a commit 1338b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 18.18
node-version: 20.17

# First we cache the rush project, to ensure we don't build multiple times, nor we download more dependencies than needed
- name: Cache Rush project
Expand Down

0 comments on commit 1338b5d

Please sign in to comment.