From e14f6a0885ea43290ed12813f3d5c233e0112968 Mon Sep 17 00:00:00 2001 From: Spencer von der Ohe Date: Tue, 16 Jul 2024 19:37:35 -0600 Subject: [PATCH] Bump to to node 20 Signed-off-by: Spencer von der Ohe --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 97aee75..eec279f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: npm ci publish-npm: @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish