Skip to content

Commit 917c900

Browse files
authored
Upgraded to Node 14 (#190)
* Upgraded to Node 14 * Added Node 16 and 18
1 parent 8a51df7 commit 917c900

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
strategy:
4747
matrix:
4848
node:
49-
- "12"
49+
- "14"
50+
- "16"
51+
- "18"
5052
steps:
5153
- uses: actions/checkout@v3
5254
- uses: actions/setup-node@v3

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v12
1+
v14

0 commit comments

Comments
 (0)