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

Merge pull request #127 from akameco/feat/babel-config-path-support#81

Merge pull request #127 from akameco/feat/babel-config-path-support

Merge pull request #127 from akameco/feat/babel-config-path-support #81

Workflow file for this run

name:test
on:[push]
jobs:
build:
runs-on:ubuntu-latest
strategy:
matrix:
# LTS (20.x) and latest (22.x) only
node-version:[20.x, 22.x]
steps:
-uses:actions/checkout@v2
-name:Setup node
uses:actions/setup-node@v1
with:
node-version:${{ matrix.node }}
-run:npm install
-run:npm run lint
-run:npm run test

[8]ページ先頭

©2009-2025 Movatter.jp