Skip to content

Bump @rollup/plugin-node-resolve from 15.3.1 to 16.0.0 #1

Bump @rollup/plugin-node-resolve from 15.3.1 to 16.0.0

Bump @rollup/plugin-node-resolve from 15.3.1 to 16.0.0 #1

Workflow file for this run

name: Run test build
on:
# Runs on pull requests targeting the default branch
pull_request:
branches: ["main"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm install
- name: Build
run: npm run build