Skip to content

Commit

Permalink
chore: bump version and update dependencies (#593)
Browse files Browse the repository at this point in the history
- updates lockfile
- bumps version
- fixes linter
- adds node 22 to CI
  • Loading branch information
B4nan authored Oct 14, 2024
1 parent 601fe71 commit 2067bed
Show file tree
Hide file tree
Showing 18 changed files with 2,316 additions and 12,447 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [ 16, 18, 20 ]
node-version: [ 16, 18, 20, 22 ]

steps:
- name: Cancel Workflow Action
Expand Down Expand Up @@ -44,10 +44,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: 'npm'
cache-dependency-path: 'package-lock.json'
- name: Install Dependencies
Expand All @@ -62,10 +62,10 @@ jobs:
- name: Checkout Source code
uses: actions/checkout@v4

- name: Use Node.js 18
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: 'npm'
cache-dependency-path: 'package-lock.json'
- name: Install Dependencies
Expand Down
Loading

0 comments on commit 2067bed

Please sign in to comment.