From 3077b49a9c9519c83cda9d837e213d73c104c8e9 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Tue, 11 Jul 2023 18:20:48 +0100 Subject: [PATCH] chore(ci): release from node 16 --- .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 3d5b49f..d336629 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 16 registry-url: 'https://registry.npmjs.org' - id: publish run: scripts/ci/release.sh