Skip to content

Commit

Permalink
Update dependencies + update to latest TypeScript + remove public
Browse files Browse the repository at this point in the history
  • Loading branch information
garethj2 committed Jan 10, 2025
1 parent bdc31a9 commit 5fc45f4
Show file tree
Hide file tree
Showing 35 changed files with 8,174 additions and 17,326 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/master-push-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -27,3 +27,4 @@ jobs:
- run: npm ci --no-optional
- run: npm run lint
- run: npm test
- run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/release-published.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
Loading

0 comments on commit 5fc45f4

Please sign in to comment.