Skip to content

Commit 1391e1e

Browse files
authored
Merge pull request #310 from metabrainz/node-18
chore: Update Node version to 18
2 parents 014034f + 9088a37 commit 1391e1e

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)