Skip to content

Bump rollup and @web/dev-server #110

Bump rollup and @web/dev-server

Bump rollup and @web/dev-server #110

Workflow file for this run

name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 14.17.*
- name: Restore dependencies
run: npm install
- name: Test
run: npm test