chore: auto-update github workflows

This commit is contained in:
CI workflows
2025-10-30 12:18:26 +00:00
parent 23f7dd6ee3
commit e2d1771a7a

View File

@@ -7,6 +7,9 @@ name: NPM packages
tags: tags:
- v[0-9]+.[0-9]+.[0-9]+ - v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+ - v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+
permissions:
id-token: write
contents: write
jobs: jobs:
build: build:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
@@ -26,11 +29,8 @@ jobs:
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: 22.x node-version: 22.x
- name: Configure NPM token - name: Update npm
env: run: npm install -g npm@latest
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
- name: yarn install - name: yarn install
run: | run: |
yarn install yarn install