From 88865b2f1108be3b4f1c53277736885a00b7ebd5 Mon Sep 17 00:00:00 2001 From: Aaron Silverman Date: Tue, 27 Jan 2026 12:25:41 -0500 Subject: [PATCH] use node 20 for publish --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 46027af..79a17eb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -67,7 +67,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.x' - run: yarn install - run: yarn test