Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix: node 18 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mate-from-mattr authored Sep 20, 2023
1 parent cd936ea commit cc1217a
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 340 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/any-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
registry-url: "https://registry.npmjs.org"
- run: yarn install --frozen-lockfile
- run: yarn lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
registry-url: "https://registry.npmjs.org"
- run: yarn install --frozen-lockfile
- run: yarn lint
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"typescript": "4.3.3"
},
"dependencies": {
"@mattrglobal/bbs-signatures": "1.1.0",
"@mattrglobal/bls12381-key-pair": "1.0.0",
"@mattrglobal/bbs-signatures": "1.2.0",
"@mattrglobal/bls12381-key-pair": "1.1.0",
"@stablelib/random": "1.0.0",
"bs58": "4.0.1",
"jsonld": "4.0.1",
Expand Down
Loading

0 comments on commit cc1217a

Please sign in to comment.