From 03a8fe82bee059f025d99ebe33a8f0951ca41181 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Thu, 23 Jan 2025 13:10:03 -0800 Subject: [PATCH] Update to use Node 18 like on staging --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4e35b0b..5369a87 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 cache: 'npm' - run: npm ci - run: npm run build