Skip to content

Commit

Permalink
Require node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
golopot committed Jan 15, 2022
1 parent ccd564f commit 80e38ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
node-version:
- 16
- 14
- 12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tex-to-unicode",
"version": "1.3.1",
"version": "1.5.0",
"description": "",
"license": "MIT",
"repository": "golopot/tex-to-unicode",
Expand Down Expand Up @@ -33,6 +33,6 @@
"webpack-cli": "^4.9.1"
},
"engines": {
"node": ">=10.0.0"
"node": ">=14.5.0"
}
}

0 comments on commit 80e38ad

Please sign in to comment.