Skip to content

Commit

Permalink
chore:! use node 18 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Dec 29, 2023
1 parent 18a45cb commit a6dd2db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [14.x, 16.x, 18.x, 20.x]
eslint-version: [7.x, 8.x]
node-version: [18.x, 20.x]
eslint-version: [8.x]
webpack-version: [latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"main": "dist/index.js",
"types": "types/index.d.ts",
"engines": {
"node": ">= 14.15.0"
"node": ">= 18.18.0"
},
"scripts": {
"start": "npm run build -- -w",
Expand Down

0 comments on commit a6dd2db

Please sign in to comment.