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

Bump actions/setup-node from 5 to 6 in the github-actions group#594

Bump actions/setup-node from 5 to 6 in the github-actions group

Bump actions/setup-node from 5 to 6 in the github-actions group #594

Workflow file for this run

name:test-package
permissions:
contents:read
on:
push:
branches:[ main ]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on:ubuntu-latest
strategy:
fail-fast:false
matrix:
node-version:['18', '20', '22']
steps:
-uses:actions/checkout@v5
-name:Set up Node ${{ matrix.node-version }}
uses:actions/setup-node@v6
with:
node-version:${{ matrix.node-version }}
cache:'npm'
-name:Install dependencies
run:npm install
-name:Run tests
run:|
npm test
-name:Upload coverage report to Codecov
run:|
npm run coverage
bash <(curl -s https://codecov.io/bash)

[8]ページ先頭

©2009-2025 Movatter.jp