Skip to content

Commit

Permalink
Update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gjovanovicst committed Feb 12, 2024
1 parent 77842bf commit 8125022
Show file tree
Hide file tree
Showing 11 changed files with 1,091 additions and 1,433 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16.15.0
node-version: 20.11.0

- name: Install dependencies
run: cd anywhere-ui && npm ci && npm run install-all && npm install grunt -g
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16.15.0
node-version: 20.11.0
- name: Install dependencies
run: cd anywhere-ui && npm ci && npm run install-all && npm install grunt -g
- name: Build Code
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20.11.0
Loading

0 comments on commit 8125022

Please sign in to comment.