Skip to content

Commit

Permalink
Merge pull request #9 from camfou/update
Browse files Browse the repository at this point in the history
fix: update jsrsasign + semantic-release
  • Loading branch information
camfou authored Sep 7, 2022
2 parents 6542ce3 + 729e5dc commit 3bc7c1e
Show file tree
Hide file tree
Showing 3 changed files with 876 additions and 1,106 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- name: Install dependencies
run: npm ci
- name: Release
Expand Down
Loading

0 comments on commit 3bc7c1e

Please sign in to comment.