Skip to content

Commit 9088a37

Browse files
committed
chore: Update Node version to 18
Minimal version supported, now that Node 16 is end-of-life.
1 parent c29fa5a commit 9088a37

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@babel/env",
99
{
1010
"targets": {
11-
"node": "12.0"
11+
"node": "18.0"
1212
}
1313
}
1414
]

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/setup-node@v1
5858
with:
5959
# We could also test on multiple Node versions if needed: https://github.com/actions/setup-node#matrix-testing
60-
node-version: '16'
60+
node-version: '18'
6161
# Enables caching Yarn dependencies (uses https://github.com/actions/cache under the hood)
6262
cache: 'yarn'
6363

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ The command for running the tests, following dependency installation, is the sta
2727

2828
This will also provide style checking and coverage information.
2929

30-
Please note, ES6 features are used within this codebase, and it has only been tested in Node 4.x. It may also work in Node 0.12.x, but not any earlier than that.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
],
6060
"engines": {
61-
"node": ">= 12.0"
61+
"node": ">= 18.0"
6262
},
6363
"license": "GPL-2.0+",
6464
"bugs": {

0 commit comments

Comments
 (0)