Skip to content

Commit

Permalink
Merge pull request #10 from jan-dolejsi/v2.1.0
Browse files Browse the repository at this point in the history
lib upgrades, v2.1.0
  • Loading branch information
jan-dolejsi authored Jul 23, 2024
2 parents 497cc20 + 8a574cc commit d99ba09
Show file tree
Hide file tree
Showing 3 changed files with 550 additions and 646 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18, 20, 22]

steps:
- uses: actions/checkout@v4
Expand All @@ -34,10 +34,10 @@ jobs:
if: success() && github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm publish --access public
Expand Down
Loading

0 comments on commit d99ba09

Please sign in to comment.