Skip to content

Commit

Permalink
BC-7345 - upgrade nodejs (#14)
Browse files Browse the repository at this point in the history
* BC-7345 - upgrade nodejs

* update lock file to v3
  • Loading branch information
virgilchiriac authored Aug 8, 2024
1 parent b1a855e commit 1858d94
Show file tree
Hide file tree
Showing 5 changed files with 849 additions and 3,909 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Build
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Build
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
Loading

0 comments on commit 1858d94

Please sign in to comment.