Skip to content

Commit

Permalink
feat: update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Aug 6, 2023
1 parent b28cde1 commit 171ce9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: run benchmarks
run: |
yarn install
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"dns-prefetch-control": "^0.1.0",
"egg": "^2.19.0",
"express": "^4.18.2",
"fastify": "^4.10.2",
"fastify": "^4.21.0",
"foxify": "^0.10.20",
"frameguard": "^3.0.0",
"frourio": "^0.31.0",
"frourio-express": "^0.31.0",
"frourio": "^0.34.1",
"frourio-express": "^0.34.0",
"hide-powered-by": "^1.0.0",
"hsts": "^2.1.0",
"ienoopen": "^1.0.0",
Expand Down

0 comments on commit 171ce9d

Please sign in to comment.