From 197abb98994899238404266889a15d3dd26d795b Mon Sep 17 00:00:00 2001 From: Jack <8209433+jacktuck@users.noreply.github.com> Date: Wed, 19 Jan 2022 18:14:03 +0000 Subject: [PATCH] fix: update gh action --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 841f9c4..98e0023 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 10 + node-version: 17 - run: npm ci - run: npm test @@ -36,4 +36,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release \ No newline at end of file + run: npx semantic-release