Skip to content

Commit

Permalink
Upgraded packages to their latest versions (#18)
Browse files Browse the repository at this point in the history
* Upgraded packages to their latest versions

* Removed support for node 10 and 12

* Fixed tests for node v12 and v14
  • Loading branch information
seidelmartin authored Jun 20, 2022
1 parent 8eef527 commit bde12d5
Show file tree
Hide file tree
Showing 9 changed files with 8,962 additions and 789 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: 12
node-version: 16
- 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: 12
node-version: 16
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: [10.x, 12.x]
node-version: [12, 14, 16]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16
Loading

0 comments on commit bde12d5

Please sign in to comment.