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

Update Node.js to v22.21.0#1489

Update Node.js to v22.21.0

Update Node.js to v22.21.0 #1489

Workflow file for this run

name:test
on:[push]
jobs:
build:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v3
-uses:actions/setup-node@v3
with:
node-version:"22.21.0"
cache:"yarn"
-run:"yarn install"
-run:"yarn analyze"
test:
needs:build
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v3
-uses:actions/setup-node@v3
with:
node-version:"22.21.0"
cache:"yarn"
-run:"yarn install"
-run:"yarn test"
test_acceptance:
needs:build
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v3
-uses:actions/setup-node@v3
with:
node-version:"22.21.0"
cache:"yarn"
-run:"yarn install"
-uses:cypress-io/github-action@v2
with:
command:"yarn ci:test:acc"

[8]ページ先頭

©2009-2025 Movatter.jp