Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
goldsrc authored Feb 9, 2024
2 parents 9ca392f + 54577ba commit b096753
Show file tree
Hide file tree
Showing 6 changed files with 17,931 additions and 13,283 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
env:
# FIXME
NODE_OPTIONS: --openssl-legacy-provider

steps:
- uses: actions/checkout@v3
Expand All @@ -22,4 +25,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- run: npm build
- run: npm run build
Loading

0 comments on commit b096753

Please sign in to comment.