From 3aad85eb5f80c34f8f99c1dff6a1778fb1303ffa Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Wed, 21 Aug 2024 14:47:09 +0100 Subject: [PATCH] node 20 --- .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 b819ea1..b9cf4d5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '20' cache: 'npm' - run: npm ci