Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Updated for spec v1.0.0#242

Updated for spec v1.0.0

Updated for spec v1.0.0 #242

Workflow file for this run

name:Node CI
on:
push:
branches:[ main ]
pull_request:
branches:[ main ]
jobs:
build:
runs-on:ubuntu-latest
strategy:
matrix:
node-version:[20.x, 21.x, 22.x]
steps:
-uses:actions/checkout@v2
-name:Use Node.js ${{ matrix.node-version }}
uses:actions/setup-node@v1
with:
node-version:${{ matrix.node-version }}
-run:npm ci
-run:npm run build --if-present
-run:npm test

[8]ページ先頭

©2009-2025 Movatter.jp