Skip to content

Commit

Permalink
Bump versions in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoldfar committed Sep 15, 2023
1 parent 4ca3f9f commit 4c6aec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-benchmark-containerized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Benchmark Implementation
strategy:
matrix:
node: ['14', '16']
node: ['16', '18']
implementation: ['restify', 'plain', 'express', 'koa', 'fastify']
# nodeImage: ['node:14-alpine', 'node:16-alpine', 'node:17-alpine']
runs-on: 'ubuntu-20.04'
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
PGPASSWORD=password psql -h localhost -U acronymapi --dbname=defaultdb --file=initdb.sql
#
- name: Setup Node with npm cache
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'npm'
Expand Down

0 comments on commit 4c6aec5

Please sign in to comment.