Skip to content

Commit 537f56e

Browse files
authored
fix: removed node v12 from the pipe (#309)
1 parent 9786fdd commit 537f56e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
node_version: [12, 14, 16, 17]
15+
node_version: [14, 16, 17]
1616
include:
1717
- os: macos-latest
1818
node_version: 16

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
},
109109
"packageManager": "pnpm@6.26.1",
110110
"engines": {
111-
"node": ">=12.0.0",
111+
"node": ">=14.0.0",
112112
"npm": ">=7.0.0"
113113
}
114114
}

0 commit comments

Comments
 (0)