Skip to content

Commit

Permalink
fix(package): use lts/current node engines, fix exports field, bump…
Browse files Browse the repository at this point in the history
… deps
  • Loading branch information
norskeld committed Jul 20, 2023
1 parent 0468daf commit 7b574cc
Show file tree
Hide file tree
Showing 4 changed files with 11,145 additions and 7,374 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node Active LTS
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install Deps
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node Active LTS
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install Deps
run: npm ci
Expand Down
Loading

0 comments on commit 7b574cc

Please sign in to comment.