Skip to content

Commit 1d35593

Browse files
authored
fix: update tests and dependencies (#255)
* fix: update tests and dependencies * ci: update node dependencies * ci: update test execution to the maintained version of node
1 parent 99694b9 commit 1d35593

File tree

5 files changed

+1142
-536
lines changed

5 files changed

+1142
-536
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: 14
14+
node-version: 18
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm publish
1717
env:

.github/workflows/runTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [10.x, 12.x, 14.x]
17+
node-version: [18.x, 20.x]
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Use Node.js ${{ matrix.node-version }}
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@master
3232
- uses: actions/setup-node@master
3333
with:
34-
node-version: '12'
34+
node-version: '20'
3535
- run: npm ci
3636
- uses: paambaati/[email protected]
3737
env:

0 commit comments

Comments
 (0)