Skip to content

Commit

Permalink
Merge pull request #257 from 10up/upkeep/node
Browse files Browse the repository at this point in the history
Clean up NPM dependencies and update node to v20
  • Loading branch information
Sidsector9 authored Feb 5, 2024
2 parents 4c6319c + a3cb11c commit ebf18d9
Show file tree
Hide file tree
Showing 5 changed files with 12,158 additions and 6,989 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-release-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- name: Setup node version and npm cache
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
node-version-file: '.nvmrc'

- name: Install Node dependencies
if: steps.cache-node-modules.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-asset-readme-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: 12
node-version-file: '.nvmrc'
- name: Build
run: |
npm install
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.11.0
Loading

0 comments on commit ebf18d9

Please sign in to comment.