Skip to content

Commit

Permalink
Merge pull request #29 from maormagori/build/add-nvmrc
Browse files Browse the repository at this point in the history
Updated node version to node v20.9.0
  • Loading branch information
maormagori committed May 18, 2024
2 parents 3c2364c + 17616ff commit b169f94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1,913 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beamup-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20.9.0
- name: Install beamup
run: npm install beamup-cli -g
- name: Create beamup json
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.9.0
Loading

0 comments on commit b169f94

Please sign in to comment.