From 0b0e33fe6c0ab8a098ceb34b5a4a536b8d86fb2c Mon Sep 17 00:00:00 2001 From: Toby Date: Wed, 11 Oct 2023 21:07:51 +0200 Subject: [PATCH] update action to latest node version for building --- .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 da9e2ea..d204696 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: latest registry-url: https://registry.npmjs.org/ - name: Install dependencies run: npm ci