Skip to content

Commit

Permalink
fix: removed node v12 from the pipe (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Jan 28, 2022
1 parent 9786fdd commit 537f56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [12, 14, 16, 17]
node_version: [14, 16, 17]
include:
- os: macos-latest
node_version: 16
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
},
"packageManager": "pnpm@6.26.1",
"engines": {
"node": ">=12.0.0",
"node": ">=14.0.0",
"npm": ">=7.0.0"
}
}

0 comments on commit 537f56e

Please sign in to comment.