Skip to content

Commit 29e4e1f

Browse files
authored
Merge pull request #1685 from solid/updateNodeVersion
local node is set to 16 CI has 12,14 and 16
2 parents 1c3cdc6 + f39b4a2 commit 29e4e1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

1818
strategy:
1919
matrix:
20-
node-version: [12.x, 14.x]
20+
node-version: [12.x, 14.x, 16.x]
2121
os: [ubuntu-latest]
2222

2323
steps:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.14.0
1+
16.14.0

0 commit comments

Comments
 (0)