Skip to content

Commit

Permalink
minimum node version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
dburles committed Jul 6, 2024
1 parent 4e4ef7d commit 27f3ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node: ["18", "20"]
node: ["20", "22"]
steps:
- uses: actions/checkout@v3
- name: Setup Node.js v${{ matrix.node }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "David Burles",
"license": "MIT",
"engines": {
"node": ">= 18"
"node": ">= 20"
},
"files": [
"createResolveLinkRelations.mjs",
Expand Down

0 comments on commit 27f3ff1

Please sign in to comment.