Skip to content

Bump @typescript/native-preview from 7.0.0-dev.20250904.1 to 7.0.0-dev.20250907.1 #2701

Bump @typescript/native-preview from 7.0.0-dev.20250904.1 to 7.0.0-dev.20250907.1

Bump @typescript/native-preview from 7.0.0-dev.20250904.1 to 7.0.0-dev.20250907.1 #2701

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- '*'
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
name: 'Tests'
uses: SocketDev/workflows/.github/workflows/reusable-base.yml@master
with:
no-lockfile: true
npm-test-script: 'test-ci'
node-versions: '20,22,24'
os: 'ubuntu-latest,windows-latest'