Skip to content

Commit

Permalink
chore: Drop NodeJS 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
avocadowastaken committed Oct 3, 2022
1 parent 9ed9a9f commit e957616
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
@@ -1,4 +1,4 @@
{
"node": "12",
"node": "14",
"buildCommand": false
}
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
node: [12, 14, 16]
node: [14, 16, 18]

steps:
- uses: umidbekk/actions/prepare-node-repo@v2
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -44,7 +44,6 @@
"prettier": ">=2"
},
"engines": {
"node": ">=12",
"npm": ">=7"
"node": ">=14"
}
}

0 comments on commit e957616

Please sign in to comment.