Skip to content

Commit

Permalink
Upgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mojowen committed Feb 15, 2024
1 parent 4fc6775 commit a6caa53
Show file tree
Hide file tree
Showing 4 changed files with 14,764 additions and 10,933 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 20

- name: npm install dependencies
run: npm install
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 20

- name: npm install dependencies
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 20

- name: npm install dependencies
run: npm install
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 20

- name: npm install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
20
Loading

0 comments on commit a6caa53

Please sign in to comment.