Skip to content

Update actions/setup-node action to v4.1.0 #994

Update actions/setup-node action to v4.1.0

Update actions/setup-node action to v4.1.0 #994

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
permissions:
contents: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20
- run: corepack enable pnpm
- run: pnpm i
- run: pnpm build
- uses: int128/release-typescript-action@8ad65e765e3736a9727a247a72cd8373e501985e # v1.33.0
with:
# TODO: change this on the stable release
major-version: 0