From a9a8a83c27b9c2031aa1e3cfbf234af66b023811 Mon Sep 17 00:00:00 2001 From: Christian Bager Bach Houmann Date: Wed, 17 May 2023 13:30:17 +0200 Subject: [PATCH] chore: use node v18 in CI --- .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 ed5ff77..3e2b06a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16] + node-version: [18] steps: - name: Checkout uses: actions/checkout@v3 @@ -36,4 +36,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx -p node@v18-lts -c "npx semantic-release" \ No newline at end of file + run: npx semantic-release \ No newline at end of file