Skip to content

Commit

Permalink
Migrated to NodeJS 20LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
SellersEvan committed May 8, 2024
1 parent 9c5ac30 commit f8ddf60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [16.x, 18.x, 20.x]
node-version: [20.x, 22.x]

name: Test (${{ matrix.os }}, NodeJS ${{ matrix.node-version }})
runs-on: ${{ matrix.os }}

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"sherpa": "./dist/src/cli/index.js"
},
"engines": {
"node": ">=16"
"node": ">=20"
},
"scripts": {
"prepare": "npm run build",
Expand Down

0 comments on commit f8ddf60

Please sign in to comment.