Skip to content

Commit

Permalink
fix: Upgrade packages prep for a few patches
Browse files Browse the repository at this point in the history
  • Loading branch information
cdloh committed May 1, 2024
1 parent cfedab8 commit 22ee898
Show file tree
Hide file tree
Showing 5 changed files with 8,334 additions and 15,114 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16.x]
node: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16.x, 17.x]
node: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
Loading

0 comments on commit 22ee898

Please sign in to comment.