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

Close server port on exit (#823)#336

Close server port on exit (#823)

Close server port on exit (#823) #336

Workflow file for this run

# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name:Node.js CI
on:
push:
branches:[ master ]
pull_request:
branches:[ master ]
jobs:
build:
name:Test
runs-on:${{ matrix.os }}
strategy:
fail-fast:false
matrix:
node-version:[16.x, 18.x, 20.x, 21.x, 22.x]
os:[ubuntu-latest, macOS-latest, windows-latest]
steps:
-uses:actions/checkout@v4.2.2
-name:Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses:actions/setup-node@v4.1.0
with:
node-version:${{ matrix.node-version }}
cache:'npm'
-run:npx npm@7 ci
-run:npm test

[8]ページ先頭

©2009-2025 Movatter.jp