Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 4e5d383

Browse files
authored
allow and test against node 18 (#32)
1 parent afe720d commit 4e5d383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [12.x, 14.x, 16.x]
18+
node-version: [12.x, 14.x, 16.x, 18.x]
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

2121
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
},
6969
"typings": "dist/index.d.ts",
7070
"engines": {
71-
"node": "12.x || 14.x || 16.x"
71+
"node": "12.x || 14.x || 16.x || 18.x"
7272
}
7373
}

0 commit comments

Comments
 (0)