Skip to content

Update actions/setup-node action to v6.2.0 (#1151) #1236

Update actions/setup-node action to v6.2.0 (#1151)

Update actions/setup-node action to v6.2.0 (#1151) #1236

Workflow file for this run

name: release
on:
pull_request:
paths:
- .github/workflows/release.yaml
push:
branches:
- main
tags:
- v*
jobs:
tag:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version-file: .node-version
package-manager-cache: false
- run: npm install -g pnpm@latest-10
- run: pnpm i
- run: pnpm build
- uses: int128/release-typescript-action@59adc6ece39e5e704a0b71e845740e58b5024ae0 # v1.43.0