Skip to content

Update dependency @swc/core to v1.15.47 (#667) #2245

Update dependency @swc/core to v1.15.47 (#667)

Update dependency @swc/core to v1.15.47 (#667) #2245

Workflow file for this run

name: CI-test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x, 23.x, latest]
steps:
- uses: actions/checkout@v7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v7
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test-ci