Skip to content

Commit

Permalink
UP: github workflow test node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dimanech committed May 1, 2024
1 parent 26a6298 commit 871dd62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
node-version: [12.x, 14.x]
node-version: [20.x, 18.x]

steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"aigis"
],
"engines": {
"node": ">=12",
"npm": ">=5.4"
"node": ">=18",
"npm": ">=8"
},
"dependencies": {
"@dimanech/cssstat-core": "3.3.1",
Expand Down

0 comments on commit 871dd62

Please sign in to comment.