feat: use node16 as action run mode

This commit is contained in:
Romain Lespinasse
2023-03-29 08:31:58 +02:00
committed by GitHub
parent ae2f6b069b
commit 7bf92d88ff
10 changed files with 2871 additions and 16297 deletions

View File

@@ -5,14 +5,18 @@ on:
branches-ignore:
- v*.x
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
release-dryrun:
runs-on: ubuntu-latest
steps:
- uses: technote-space/auto-cancel-redundant-workflow@v1
- uses: actions/checkout@v3
- run: npm install
shell: bash
- run: npm run all
shell: bash
- uses: ./
- uses: cycjimmy/semantic-release-action@v3
with: