这是indexloc提供的服务,不要输入任何密码
Skip to content

Bump elm/html from 1.0.0 to 1.0.1 #1909

Bump elm/html from 1.0.0 to 1.0.1

Bump elm/html from 1.0.0 to 1.0.1 #1909

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- name: npm install and build
run: |
npm ci
npm run build --if-present
env:
CI: true