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

chore(deps): pin dependencies#1449

chore(deps): pin dependencies

chore(deps): pin dependencies #1449

Workflow file for this run

name:CI
on:
-push
-pull_request
concurrency:
group:${{ github.workflow }}-${{ github.ref }}
cancel-in-progress:true
jobs:
ci:
name:Lint and Test with Node.js ${{ matrix.node }}
strategy:
matrix:
node:
-18
-20
-22
fail-fast:false
runs-on:ubuntu-latest
env:
YARN_IGNORE_NODE:1
steps:
-name:Checkout Repo
uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4
-name:Setup Node.js ${{ matrix.node }}
uses:actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e# v4
with:
node-version:${{ matrix.node }}
cache:yarn
-name:Install Dependencies
run:yarn --immutable
-name:Check, Lint and test
run:|
yarn check
npx browserslist
yarn lint
yarn test
env:
EFF_NO_LINK_RULES:true
PARSER_NO_WATCH:true
-name:Check Postcss
run:npx postcss-cli postcss tests/test.css --verbose
env:
NODE_ENV:production
-name:Codecov
uses:codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574# v5
with:
token:${{ secrets.CODECOV_TOKEN }}

[8]ページ先頭

©2009-2025 Movatter.jp