From cabd2d4dce3cbec744c90f415a53d8cfc0c0622f Mon Sep 17 00:00:00 2001 From: Eric Bower Date: Thu, 4 May 2023 15:13:32 -0400 Subject: [PATCH] chore: update node for tests Addresses: https://github.com/nodejs/undici/pull/1910 --- .github/workflows/tests.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0f4f3f833..19bf608ca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '18.15' + node-version: '18.16' cache: 'yarn' - run: | corepack enable diff --git a/Dockerfile b/Dockerfile index 135946f2a..ea7d00dbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.15-slim AS builder +FROM node:18.16-slim AS builder ARG VITE_AUTH_URL=https://auth.aptible.com ARG VITE_BILLING_URL=https://goldenboy.aptible.com