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

Remove matrix strategy and Playwright install steps from workflows#481

Remove matrix strategy and Playwright install steps from workflows

Remove matrix strategy and Playwright install steps from workflows #481

Workflow file for this run

name:Node CI
permissions:
contents:read
on:[push, pull_request]
jobs:
build:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4
-uses:actions/setup-node@v4
with:
node-version:24
cache:npm
-name:npm install, build, and test
run:|
npm install
npm run build
npm test
env:
CI:true

[8]ページ先頭

©2009-2025 Movatter.jp