Skip to content

chore(action): update actions/upload-artifact action to v4.4.3 #1915

chore(action): update actions/upload-artifact action to v4.4.3

chore(action): update actions/upload-artifact action to v4.4.3 #1915

Workflow file for this run

name: Node.js CI
'on':
push:
branches:
- master
- alpha
- beta
- next
- 'renovate/**'
pull_request:
branches:
- master
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
environment: npm
permissions:
contents: write
id-token: write
issues: write
pull-requests: write
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: '.nvmrc'
cache: npm
- run: npm clean-install
- run: npm test
- name: semantic-release
run: npx [email protected] --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}