From 8591c4a79619f27fcc7f96a0ff50856d52e03fce Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Mon, 23 Jun 2025 15:23:36 -0700 Subject: [PATCH] Bump node to 18 for publish --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 79c5d99..317acaa 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -30,7 +30,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