Skip to content

Commit

Permalink
Merge pull request #13 from localnerve/rc-1.0.8
Browse files Browse the repository at this point in the history
@1.0.8 - update devdeps
  • Loading branch information
localnerve authored May 22, 2024
2 parents fe4ff02 + 7905d66 commit c13bff8
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 168 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
Loading

0 comments on commit c13bff8

Please sign in to comment.