Skip to content

Commit

Permalink
update node-version in beta pipeline (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
piyalbasu authored Nov 5, 2024
1 parent e7d43c4 commit af12070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submitBeta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Build extension
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "21"
- run: yarn setup && yarn build:freighter-api && yarn build:extension:production
- name: Use BETA icons
run: |
Expand Down

0 comments on commit af12070

Please sign in to comment.