Skip to content

Commit

Permalink
chore: fix npm engine and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cadgerfeast committed Dec 20, 2023
1 parent 527dc45 commit 3463a62
Show file tree
Hide file tree
Showing 6 changed files with 18,935 additions and 4,046 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup
uses: actions/setup-node@v3
with:
node-version: '18.14.2'
node-version: '18.16.0'
cache: 'npm'
- name: Install
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup
uses: actions/setup-node@v3
with:
node-version: '18.14.2'
node-version: '18.16.0'
cache: 'npm'
- name: Install
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18.13.0'
node-version: '18.16.0'
registry-url: 'https://registry.npmjs.org'
- name: Setup Git
run: |
Expand Down
Loading

0 comments on commit 3463a62

Please sign in to comment.