Skip to content

Commit

Permalink
Merge 6743c80 into ad681a5
Browse files Browse the repository at this point in the history
  • Loading branch information
hcodes committed May 22, 2024
2 parents ad681a5 + 6743c80 commit 135e844
Show file tree
Hide file tree
Showing 6 changed files with 411 additions and 482 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
- name: npm install, build, and test
run: |
Expand Down

0 comments on commit 135e844

Please sign in to comment.