Skip to content

Commit

Permalink
Merge pull request #99 from fedoryakubovich/release/v0.14.0
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
fedoryakubovich authored Jul 25, 2023
2 parents 053a5f0 + ad69557 commit 88dc240
Show file tree
Hide file tree
Showing 4 changed files with 557 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --access public
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -26,10 +26,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
- name: Run the tests
run: |
npm ci
Expand Down
Loading

1 comment on commit 88dc240

@vercel
Copy link

@vercel vercel bot commented on 88dc240 Jul 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.