From fbc26f0026f9e360123d4cf2426426a5ebc2f789 Mon Sep 17 00:00:00 2001 From: Jack <8209433+jacktuck@users.noreply.github.com> Date: Wed, 19 Jan 2022 18:17:16 +0000 Subject: [PATCH] fix: update gh action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98e0023..79f6c77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v1 with: - node-version: 10 + node-version: 17 - run: npm ci - name: release env: