Skip to content

Update dependency @types/node to v20.17.28 (#1083) #1140

Update dependency @types/node to v20.17.28 (#1083)

Update dependency @types/node to v20.17.28 (#1083) #1140

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@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
with:
node-version: 20
- run: npm install -g pnpm@latest-10
- run: pnpm i
- run: pnpm build
- uses: int128/release-typescript-action@f30250a9bb537e3a541f581122deb035080e8f68 # v1.35.0
with:
# TODO: change this on the stable release
major-version: 0