Skip to content

Bump @babel/plugin-transform-modules-systemjs from 7.15.4 to 7.29.4 in /tests/fable #221

Bump @babel/plugin-transform-modules-systemjs from 7.15.4 to 7.29.4 in /tests/fable

Bump @babel/plugin-transform-modules-systemjs from 7.15.4 to 7.29.4 in /tests/fable #221

Workflow file for this run

name: Build and Test Pull Request
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4.3.1
with:
dotnet-version: '8.0.x'
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install tools
run: dotnet tool restore
- name: Build and Test
run: dotnet test -c Release
- name: Test Fable
run: (cd tests/fable && npm i && npm test)