Skip to content

Commit

Permalink
Update dependencies (seidelmartin#33)
Browse files Browse the repository at this point in the history
* Updated packages to latest minor version

* Code formatting

* Bumped package version, updated workflows to use node 18 and 20
  • Loading branch information
seidelmartin authored Mar 1, 2024
1 parent 065e786 commit d83478e
Show file tree
Hide file tree
Showing 8 changed files with 2,000 additions and 7,875 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm test
- run: npm run lint
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build:publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16, 18]
node-version: [18, 20]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v20
Loading

0 comments on commit d83478e

Please sign in to comment.