Skip to content

Commit

Permalink
Merge pull request #8 from snypelife/housekeeping
Browse files Browse the repository at this point in the history
Simple housekeeping
  • Loading branch information
snypelife authored Jul 23, 2024
2 parents 3fc0cce + d74d203 commit f521f69
Show file tree
Hide file tree
Showing 3 changed files with 1,282 additions and 1,054 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:

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

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

0 comments on commit f521f69

Please sign in to comment.