From 741ab46a6768f22f82353653a623a7043099d086 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Tue, 14 May 2024 09:09:58 -0400 Subject: [PATCH] Use Node 20 for publish workflow; Node 16 is EOL --- .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 4d34599..db1e839 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '16.x' + node-version: 20 registry-url: 'https://registry.npmjs.org' - run: npm ci - run: npm publish --access public