Skip to content

Commit

Permalink
Update test matrix and Node requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
pioug committed Feb 28, 2024
1 parent 2403a4a commit 1d7effe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 15]
node: [18, 20, 21]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@
</tr>
<tr>
<td>Node Version</td>
<td>>= 14</td>
<td>>= 18</td>
</tr>
<tr>
<td>Gulp Version</td>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"vinyl": "^3.0.0"
},
"engines": {
"node": ">= 14"
"node": ">= 18"
},
"scripts": {
"test": "mocha --reporter spec"
Expand Down

0 comments on commit 1d7effe

Please sign in to comment.