Skip to content

Commit

Permalink
migrated to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam committed Nov 15, 2023
1 parent a716096 commit de94335
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install Dependencies
run: npm install
- name: Build project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install Dependencies
run: npm install
- name: Build project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui_eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install Dependencies
run: npm install
- name: Lint
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@metamask/detect-provider": "2.0.0",
"@ngneat/until-destroy": "9.2.3",
"@nguniversal/express-engine": "15.1.0",
"@build-5/interfaces": "*",
"@build-5/lib": "*",
"@build-5/interfaces": "latest",
"@build-5/lib": "latest",
"@tailwindcss/line-clamp": "0.4.2",
"algoliasearch": "4.14.3",
"angular-instantsearch": "4.4.0",
Expand Down

0 comments on commit de94335

Please sign in to comment.