From 4c6aec55f51f67d2747cf234a1330e6deb279699 Mon Sep 17 00:00:00 2001 From: Jonathan Goldfarb Date: Thu, 14 Sep 2023 20:54:32 -0700 Subject: [PATCH] Bump versions in benchmark --- .github/workflows/node-benchmark-containerized.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-benchmark-containerized.yml b/.github/workflows/node-benchmark-containerized.yml index 0d3fa90..139855e 100644 --- a/.github/workflows/node-benchmark-containerized.yml +++ b/.github/workflows/node-benchmark-containerized.yml @@ -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' @@ -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'