Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jul 1, 2024
1 parent 232bf07 commit f0a17c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
with:
os: 'ubuntu-latest, macos-latest, windows-latest'
version: '14.17.0, 14, 16, 18, 20, 22'
version: '14.20.0, 14, 16, 18, 20, 22'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "egg-security",
"version": "3.3.1",
"engines": {
"node": ">=14.20.0"
},
"description": "security plugin in egg framework",
"eggPlugin": {
"name": "security",
Expand Down Expand Up @@ -42,9 +45,6 @@
"spy": "^1.0.0",
"supertest": "^6.3.3"
},
"engines": {
"node": ">=14.17.0"
},
"scripts": {
"lint": "eslint .",
"test": "npm run lint -- --fix && npm run test-local",
Expand Down

0 comments on commit f0a17c5

Please sign in to comment.