From 3003d562941cd2e24f9da68663d6a55d18c7b19e Mon Sep 17 00:00:00 2001 From: Tobias Bocanegra Date: Tue, 9 Apr 2024 10:52:14 +0200 Subject: [PATCH] chore: fix release --- .github/workflows/main.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9b02f739..b9ba5343 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Use Node.js 18.x + - name: Use Node.js 20.x uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '20.x' - run: npm install - run: git config --global user.email "test@project-helix.io" && git config --global user.name "Test Build" - run: npm test @@ -29,10 +29,10 @@ jobs: steps: - run: git config --global core.autocrlf false - uses: actions/checkout@v4 - - name: Use Node.js 18.x + - name: Use Node.js 20.x uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '20.x' - run: npm install - run: git config --global user.email "test@project-helix.io" && git config --global user.name "Test Build" - run: npm test @@ -46,10 +46,10 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - name: Use Node.js 18.x + - name: Use Node.js 20.x uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '20.x' - run: npm install - run: npm run semantic-release env: