Skip to content

Commit

Permalink
Bump min node version to 20 (undici)
Browse files Browse the repository at this point in the history
  • Loading branch information
PapiOphidian committed Dec 21, 2024
1 parent ca2f23f commit 8525816
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- name: Checkout Project
uses: actions/checkout@v2
- name: Install NodeJS v16
- name: Install NodeJS v20
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
- name: Restore CI Cache
uses: actions/cache@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- name: Checkout Project
uses: actions/checkout@v2
- name: Install NodeJS v16
- name: Install NodeJS v20
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
- name: Restore CI Cache
uses: actions/cache@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- name: Checkout Project
uses: actions/checkout@v2
- name: Install NodeJS v16
- name: Install NodeJS v20
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
- name: Restore CI Cache
uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"LICENSE"
],
"engines": {
"node": ">=18",
"node": ">=20",
"npm": ">=8"
}
}

0 comments on commit 8525816

Please sign in to comment.