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

Fix base branch name

Fix base branch name #3

Workflow file for this run

name:Tests
on:
push:
branches:[ main ]
pull_request:
pull_request_target:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
JSUnit:
runs-on:ubuntu-latest
strategy:
matrix:
node-version:[ 20.x ]
steps:
-uses:actions/checkout@v4
-name:Use Node.js ${{ matrix.node-version }}
uses:actions/setup-node@v3
with:
node-version:${{ matrix.node-version }}
cache:'npm'
-run:yarn install --immutable --immutable-cache --check-cache
-run:yarn test

[8]ページ先頭

©2009-2025 Movatter.jp