{"id":3398,"date":"2026-09-12T09:44:08","date_gmt":"2026-09-12T00:44:08","guid":{"rendered":"https:\/\/qol-kk.com\/wp2\/?p=3398"},"modified":"2026-09-12T09:44:08","modified_gmt":"2026-09-12T00:44:08","slug":"20260911-plan033","status":"publish","type":"post","link":"https:\/\/qol-kk.com\/wp2\/blog\/2026\/09\/12\/20260911-plan033\/","title":{"rendered":"GitHub Actions \u3067 Node.js \u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e CI \u3092\u69cb\u7bc9\u3059\u308b"},"content":{"rendered":"<p>Verified: checkout is at v7 (v7.0.1), setup-node at v7, cache at v5; Node 24 is Active LTS, 22 is Maintenance LTS, 20 is EOL. Rewriting accordingly.<\/p>\n<h2>\u6982\u8981<\/h2>\n<p>Node.js \u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306b GitHub Actions \u3067 CI \u3092\u5c0e\u5165\u3057\u3001\u300cPull Request \u3092\u51fa\u3057\u305f\u3089\u81ea\u52d5\u3067 Lint\u30fb\u578b\u30c1\u30a7\u30c3\u30af\u30fb\u30c6\u30b9\u30c8\u304c\u8d70\u308a\u3001\u7dd1\u306b\u306a\u3089\u306a\u3044\u3068\u30de\u30fc\u30b8\u3067\u304d\u306a\u3044\u300d\u72b6\u614b\u3092\u30bc\u30ed\u304b\u3089\u69cb\u7bc9\u3059\u308b\u30cf\u30f3\u30ba\u30aa\u30f3\u3067\u3059\u3002\u6700\u5c0f\u69cb\u6210\u304b\u3089\u59cb\u3081\u3001\u30b8\u30e7\u30d6\u5206\u5272\u306b\u3088\u308b\u4e26\u5217\u5316\u3001\u8907\u6570\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u306e\u30de\u30c8\u30ea\u30af\u30b9\u5b9f\u884c\u3001\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u3088\u308b\u9ad8\u901f\u5316\u3001\u305d\u3057\u3066\u5fc5\u9808\u30c1\u30a7\u30c3\u30af\u5316\u307e\u3067\u6bb5\u968e\u7684\u306b\u9032\u3081\u307e\u3059\u3002<\/p>\n<p>\u5185\u5bb9\u306f\u30d1\u30d6\u30ea\u30c3\u30af\u306b\u516c\u958b\u3055\u308c\u3066\u3044\u308b GitHub Actions\u30fbnpm \u306e\u4ed5\u69d8\u306e\u307f\u306b\u57fa\u3065\u3044\u3066\u3044\u307e\u3059\u3002<\/p>\n<h2>\u74b0\u5883<\/h2>\n<ul>\n<li>Node.js\uff08LTS \u7cfb\u3002\u672c\u8a18\u4e8b\u3067\u306f Active LTS \u306e <code>24<\/code> \u3068 Maintenance LTS \u306e <code>22<\/code> \u3092\u5bfe\u8c61\uff09<\/li>\n<li>npm\uff08<code>package-lock.json<\/code> \u3092\u30b3\u30df\u30c3\u30c8\u6e08\u307f\u3067\u3042\u308b\u3053\u3068\uff09<\/li>\n<li>GitHub \u30ea\u30dd\u30b8\u30c8\u30ea\uff08Actions \u304c\u6709\u52b9\uff09<\/li>\n<\/ul>\n<p><code>package.json<\/code> \u306b\u4ee5\u4e0b\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u3042\u308b\u524d\u63d0\u3067\u9032\u3081\u307e\u3059\u3002<\/p>\n<pre class=\"lang:default decode:true\">{\n  \"scripts\": {\n    \"lint\": \"eslint .\",\n    \"typecheck\": \"tsc --noEmit\",\n    \"test\": \"vitest run\"\n  }\n}<\/pre>\n<h2>\u306a\u305c CI \u3092\u5165\u308c\u308b\u306e\u304b<\/h2>\n<p>CI \u3092\u5165\u308c\u308b\u524d\u306f\u3001\u54c1\u8cea\u30c1\u30a7\u30c3\u30af\u304c\u300c\u4eba\u306e\u8a18\u61b6\u300d\u3068\u300c\u624b\u4f5c\u696d\u300d\u306b\u4f9d\u5b58\u3057\u307e\u3059\u3002\u624b\u4f5c\u696d\u306f\u5fc5\u305a\u629c\u3051\u307e\u3059\u3002\u7d50\u679c\u3068\u3057\u3066\u3001\u5225\u306e Node \u30d0\u30fc\u30b8\u30e7\u30f3\u3084\u4ed6\u30e1\u30f3\u30d0\u30fc\u306e\u74b0\u5883\u3067\u58ca\u308c\u308b\u3001\u30c6\u30b9\u30c8\u5b9f\u884c\u3092\u5fd8\u308c\u3066\u30de\u30fc\u30b8\u3055\u308c <code>main<\/code> \u304c\u58ca\u308c\u308b\u3001\u300c\u52d5\u4f5c\u78ba\u8a8d\u3057\u307e\u3057\u305f\u300d\u306e\u57fa\u6e96\u304c\u4eba\u306b\u3088\u3063\u3066\u30d0\u30e9\u30d0\u30e9\u3067\u30ec\u30d3\u30e5\u30fc\u306e\u62c5\u4fdd\u306b\u306a\u3089\u306a\u3044\u3001\u3068\u3044\u3063\u305f\u72b6\u614b\u304c\u751f\u307e\u308c\u307e\u3059\u3002<\/p>\n<p>GitHub Actions \u306f <code>push<\/code> \/ <code>pull_request<\/code> \u306a\u3069\u306e\u30a4\u30d9\u30f3\u30c8\u3092\u8d77\u70b9\u306b\u3001\u6c7a\u307e\u3063\u305f\u74b0\u5883\u3067\u6c7a\u307e\u3063\u305f\u30c1\u30a7\u30c3\u30af\u3092\u5fc5\u305a\u8d70\u3089\u305b\u307e\u3059\u3002\u3053\u308c\u3067\u629c\u3051\u3092\u69cb\u9020\u7684\u306b\u6f70\u3057\u307e\u3059\u3002<\/p>\n<h2>\u30b9\u30c6\u30c3\u30d71: \u6700\u5c0f\u69cb\u6210<\/h2>\n<p><code>.github\/workflows\/<\/code> \u914d\u4e0b\u306b YAML \u3092\u7f6e\u304f\u3060\u3051\u3067 CI \u304c\u52d5\u304d\u307e\u3059\u3002<\/p>\n<pre class=\"lang:default decode:true\"># .github\/workflows\/ci.yml\nname: CI\n\non:\n  pull_request:\n  push:\n    branches: [main]\n\njobs:\n  test:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions\/checkout@v7\n      - uses: actions\/setup-node@v7\n        with:\n          node-version: \"24\"\n      - run: npm ci\n      - run: npm test<\/pre>\n<p>\u30dd\u30a4\u30f3\u30c8\u306f3\u3064\u3067\u3059\u3002<code>on.pull_request<\/code> \u3067 PR \u3054\u3068\u306b\u5b9f\u884c\u3057 <code>push: branches: [main]<\/code> \u3067 <code>main<\/code> \u53cd\u6620\u6642\u306b\u3082\u5b9f\u884c\u3059\u308b\u3053\u3068\u3001\u4f9d\u5b58\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f <code>npm install<\/code> \u3067\u306f\u306a\u304f <code>npm ci<\/code> \u3092\u4f7f\u3046\u3053\u3068\u3001\u30a2\u30af\u30b7\u30e7\u30f3\u306f\u30e1\u30b8\u30e3\u30fc\u30d0\u30fc\u30b8\u30e7\u30f3\uff08<code>@v7<\/code>\uff09\u3092\u56fa\u5b9a\u3059\u308b\u3053\u3068\u3067\u3059\u3002<\/p>\n<h2>\u30b9\u30c6\u30c3\u30d72: \u30b8\u30e7\u30d6\u3092\u5206\u3051\u3066\u4e26\u5217\u5316\u3059\u308b<\/h2>\n<p>Lint\u30fb\u578b\u30c1\u30a7\u30c3\u30af\u30fb\u30c6\u30b9\u30c8\u3092\u30b8\u30e7\u30d6\u306b\u5206\u3051\u308b\u3068\u4e26\u5217\u5b9f\u884c\u3055\u308c\u3001GitHub \u306e UI \u4e0a\u3067\u300c\u3069\u306e\u5de5\u7a0b\u3067\u843d\u3061\u305f\u304b\u300d\u304c\u4e00\u76ee\u3067\u5206\u304b\u308a\u307e\u3059\u3002<\/p>\n<pre class=\"lang:default decode:true\">name: CI\n\non:\n  pull_request:\n  push:\n    branches: [main]\n\njobs:\n  lint:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions\/checkout@v7\n      - uses: actions\/setup-node@v7\n        with:\n          node-version: \"24\"\n          cache: \"npm\"\n      - run: npm ci\n      - run: npm run lint\n\n  typecheck:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions\/checkout@v7\n      - uses: actions\/setup-node@v7\n        with:\n          node-version: \"24\"\n          cache: \"npm\"\n      - run: npm ci\n      - run: npm run typecheck\n\n  test:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions\/checkout@v7\n      - uses: actions\/setup-node@v7\n        with:\n          node-version: \"24\"\n          cache: \"npm\"\n      - run: npm ci\n      - run: npm test<\/pre>\n<p>\u5168\u4f53\u306e\u6240\u8981\u6642\u9593\u306f\u300c\u4e00\u756a\u9045\u3044\u30b8\u30e7\u30d6\u300d\u306b\u53ce\u675f\u3059\u308b\u305f\u3081\u3001\u76f4\u5217\u5b9f\u884c\u3088\u308a\u901f\u304f\u7d42\u308f\u308a\u307e\u3059\u3002<\/p>\n<h2>\u30b9\u30c6\u30c3\u30d73: \u8907\u6570 Node \u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30de\u30c8\u30ea\u30af\u30b9\u5b9f\u884c<\/h2>\n<p>\u30b5\u30dd\u30fc\u30c8\u3057\u305f\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6a2a\u65ad\u3067\u30c6\u30b9\u30c8\u3057\u307e\u3059\u3002\u3053\u3053\u3067\u306f Active LTS \u306e <code>24<\/code> \u3068 Maintenance LTS \u306e <code>22<\/code> \u3092\u5bfe\u8c61\u306b\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"lang:default decode:true\">  test:\n    runs-on: ubuntu-latest\n    strategy:\n      fail-fast: false\n      matrix:\n        node-version: [\"24\", \"22\"]\n    steps:\n      - uses: actions\/checkout@v7\n      - uses: actions\/setup-node@v7\n        with:\n          node-version: ${{ matrix.node-version }}\n          cache: \"npm\"\n      - run: npm ci\n      - run: npm test<\/pre>\n<p><code>fail-fast: false<\/code> \u306b\u3059\u308b\u3068\u3001\u7247\u65b9\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u843d\u3061\u3066\u3082\u3001\u3082\u3046\u7247\u65b9\u306e\u7d50\u679c\u307e\u3067\u6700\u5f8c\u307e\u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002<\/p>\n<h2>\u30b9\u30c6\u30c3\u30d74: \u30ad\u30e3\u30c3\u30b7\u30e5\u3067\u9ad8\u901f\u5316\u3059\u308b<\/h2>\n<p><code>actions\/setup-node<\/code> \u306e <code>cache: \"npm\"<\/code> \u3092\u6307\u5b9a\u3059\u308b\u3068\u3001<code>~\/.npm<\/code> \u304c <code>package-lock.json<\/code> \u306e\u30cf\u30c3\u30b7\u30e5\u3092\u30ad\u30fc\u306b\u4fdd\u5b58\u30fb\u5fa9\u5143\u3055\u308c\u3001\u4f9d\u5b58\u304c\u5909\u308f\u3089\u306a\u3044\u9650\u308a <code>npm ci<\/code> \u304c\u901f\u304f\u306a\u308a\u307e\u3059\u3002\u7d30\u304b\u304f\u5236\u5fa1\u3057\u305f\u3044\u5834\u5408\u306f <code>actions\/cache<\/code> \u3092\u76f4\u63a5\u4f7f\u3044\u307e\u3059\u3002<\/p>\n<pre class=\"lang:default decode:true\">      - uses: actions\/cache@v5\n        with:\n          path: ~\/.npm\n          key: ${{ runner.os }}-node-${{ hashFiles('**\/package-lock.json') }}\n          restore-keys: |\n            ${{ runner.os }}-node-<\/pre>\n<p>\u57fa\u672c\u306f <code>setup-node<\/code> \u306e <code>cache<\/code> \u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u5341\u5206\u3067\u3001\u30e2\u30ce\u30ec\u30dd\u306a\u3069\u7279\u6b8a\u306a\u30b1\u30fc\u30b9\u3067 <code>actions\/cache<\/code> \u306e\u76f4\u63a5\u5229\u7528\u3092\u691c\u8a0e\u3059\u308b\u3001\u3068\u3044\u3046\u512a\u5148\u9806\u4f4d\u3067\u554f\u984c\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n<h2>\u306a\u305c <code>npm ci<\/code> \u306a\u306e\u304b<\/h2>\n<p>CI \u3067\u306f <code>npm install<\/code> \u3067\u306f\u306a\u304f <code>npm ci<\/code> \u3092\u4f7f\u3044\u307e\u3059\u3002<code>package-lock.json<\/code> \u3092\u53b3\u5bc6\u306b\u5c0a\u91cd\u3057\u3001\u30ed\u30c3\u30af\u3068 <code>package.json<\/code> \u304c\u98df\u3044\u9055\u3046\u3068\u30a8\u30e9\u30fc\u3067\u6b62\u307e\u308b\uff08\u6697\u9ed9\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u66f4\u65b0\u304c\u8d77\u304d\u306a\u3044\uff09\u3053\u3068\u3001<code>node_modules<\/code> \u3092\u6bce\u56de\u30af\u30ea\u30fc\u30f3\u306b\u3059\u308b\u305f\u3081\u518d\u73fe\u6027\u304c\u9ad8\u3044\u3053\u3068\u3001\u30af\u30ea\u30fc\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u7528\u306b\u6700\u9069\u5316\u3055\u308c\u9ad8\u901f\u3067\u3042\u308b\u3053\u3068\u304c\u7406\u7531\u3067\u3059\u3002\u300c\u30ed\u30fc\u30ab\u30eb\u3067\u306f\u52d5\u304f\u306e\u306b CI \u3067\u58ca\u308c\u308b\u300d\u306e\u4e00\u56e0\u306f\u30ed\u30c3\u30af\u30d5\u30a1\u30a4\u30eb\u306e\u7121\u8996\u306a\u306e\u3067\u3001CI \u3067\u306f <code>npm ci<\/code> \u3092\u5fb9\u5e95\u3057\u307e\u3059\u3002<\/p>\n<h2>\u78ba\u8a8d\u65b9\u6cd5<\/h2>\n<ol>\n<li><code>ci.yml<\/code> \u3092 <code>.github\/workflows\/<\/code> \u306b\u7f6e\u3044\u3066\u30b3\u30df\u30c3\u30c8\u30fbpush \u3059\u308b<\/li>\n<li>PR \u3092\u4f5c\u6210\u3059\u308b<\/li>\n<li>PR \u753b\u9762\u4e0b\u90e8\u306e Checks \u6b04\u306b\u5404\u30b8\u30e7\u30d6\uff08<code>lint<\/code> \/ <code>typecheck<\/code> \/ <code>test<\/code>\uff09\u304c\u4e26\u3073\u3001\u7dd1\uff08\u6210\u529f\uff09\uff0f\u8d64\uff08\u5931\u6557\uff09\u3067\u8868\u793a\u3055\u308c\u308b<\/li>\n<li>\u308f\u3056\u3068 <code>test<\/code> \u3092\u843d\u3068\u3059\u30b3\u30df\u30c3\u30c8\u3092\u6df7\u305c\u3001\u8d64\u304f\u306a\u308a\u3001\u30de\u30fc\u30b8\u524d\u306b\u691c\u77e5\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b<\/li>\n<li><strong>Settings \u2192 Branches<\/strong> \u3067 <code>main<\/code> \u3092\u4fdd\u8b77\u3057\u3001\u3053\u308c\u3089\u306e\u30b8\u30e7\u30d6\u3092 <strong>Require status checks to pass<\/strong> \u306b\u6307\u5b9a\u3059\u308b\u3068\u3001\u30c1\u30a7\u30c3\u30af\u304c\u7dd1\u3067\u306a\u3044 PR \u306f\u30de\u30fc\u30b8\u3067\u304d\u306a\u304f\u306a\u308b<\/li>\n<\/ol>\n<p>\u5fc5\u9808\u30c1\u30a7\u30c3\u30af\u5316\u307e\u3067\u884c\u3063\u3066\u521d\u3081\u3066\u3001\u300c\u58ca\u308c\u305f\u3082\u306e\u304c\u30de\u30fc\u30b8\u3055\u308c\u306a\u3044\u300d\u72b6\u614b\u306b\u306a\u308a\u307e\u3059\u3002\u3053\u3053\u304c CI \u5c0e\u5165\u306e\u5b9f\u8cea\u7684\u306a\u30b4\u30fc\u30eb\u3067\u3059\u3002<\/p>\n<h2>\u6ce8\u610f\u70b9<\/h2>\n<ul>\n<li><strong>\u30a2\u30af\u30b7\u30e7\u30f3\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u56fa\u5b9a<\/strong>: <code>@v7<\/code> \u306e\u3088\u3046\u306b\u30e1\u30b8\u30e3\u30fc\u306f\u56fa\u5b9a\u3059\u308b\u3002\u53b3\u5bc6\u306b\u4fe1\u983c\u3057\u305f\u3044\u5834\u5408\u306f\u30b3\u30df\u30c3\u30c8SHA\u56fa\u5b9a\u3082\u9078\u629e\u80a2\u3067\u3059\u3002<\/li>\n<li><strong>\u30d5\u30a9\u30fc\u30af\u304b\u3089\u306e PR<\/strong>: \u30d5\u30a9\u30fc\u30af\u5143\u306e PR \u3067\u306f <code>secrets<\/code> \u304c\u65e2\u5b9a\u3067\u6e21\u308a\u307e\u305b\u3093\u3002\u5916\u90e8\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30bf\u3092\u53d7\u3051\u308b\u516c\u958b\u30ea\u30dd\u30b8\u30c8\u30ea\u3067\u306f\u8a2d\u8a08\u306b\u6ce8\u610f\u304c\u5fc5\u8981\u3067\u3059\u3002<\/li>\n<li><strong>\u30b7\u30fc\u30af\u30ec\u30c3\u30c8\u306e\u30ed\u30b0\u9732\u51fa<\/strong>: <code>secrets<\/code> \u306f\u30ed\u30b0\u306b\u30de\u30b9\u30af\u3055\u308c\u307e\u3059\u304c\u3001<code>echo<\/code> \u306a\u3069\u3067\u81ea\u524d\u5c55\u958b\u3059\u308b\u3068\u6f0f\u308c\u307e\u3059\u3002\u30ed\u30b0\u306b\u51fa\u3055\u306a\u3044\u904b\u7528\u3092\u5fb9\u5e95\u3057\u307e\u3059\u3002<\/li>\n<li><strong>\u7121\u6599\u67a0<\/strong>: \u30d1\u30d6\u30ea\u30c3\u30af\u30ea\u30dd\u30b8\u30c8\u30ea\u306e\u5b9f\u884c\u306f\u7121\u6599\u3001\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8\u306f\u5b9f\u884c\u6642\u9593\u306b\u7121\u6599\u4e0a\u9650\u304c\u3042\u308a\u307e\u3059\u3002\u30de\u30c8\u30ea\u30af\u30b9\u306e\u5897\u3084\u3057\u3059\u304e\u306b\u6ce8\u610f\u3057\u307e\u3059\u3002<\/li>\n<\/ul>\n<h2>\u307e\u3068\u3081<\/h2>\n<ul>\n<li><code>.github\/workflows\/ci.yml<\/code> \u3092\u7f6e\u304f\u3060\u3051\u3067\u3001PR \u8d77\u70b9\u306e\u81ea\u52d5\u30c1\u30a7\u30c3\u30af\u304c\u69cb\u7bc9\u3067\u304d\u308b<\/li>\n<li>\u30b8\u30e7\u30d6\u5206\u5272\u3067\u4e26\u5217\u5316\u3068\u5931\u6557\u7b87\u6240\u306e\u53ef\u8996\u5316\u3092\u540c\u6642\u306b\u5f97\u308b<\/li>\n<li><code>npm ci<\/code> \u3068 <code>cache: \"npm\"<\/code> \u3067\u518d\u73fe\u6027\u3068\u901f\u5ea6\u3092\u4e21\u7acb\u3059\u308b<\/li>\n<li>\u30de\u30c8\u30ea\u30af\u30b9\u3067\u8907\u6570 Node \u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6a2a\u65ad\u30c1\u30a7\u30c3\u30af\u3059\u308b<\/li>\n<li>\u6700\u5f8c\u306f Branch protection \u306e\u5fc5\u9808\u30c1\u30a7\u30c3\u30af\u5316\u307e\u3067\u884c\u3044\u3001\u300c\u58ca\u308c\u305f\u3082\u306e\u306f\u30de\u30fc\u30b8\u3055\u308c\u306a\u3044\u300d\u72b6\u614b\u3092\u4f5c\u308b<\/li>\n<\/ul>\n<p>\u6700\u5c0f\u69cb\u6210\u304b\u3089\u59cb\u3081\u3066\u3001\u30c1\u30fc\u30e0\u306e\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u6bb5\u968e\u7684\u306b\u80b2\u3066\u3066\u3044\u304f\u306e\u304c CI \u69cb\u7bc9\u306e\u738b\u9053\u3067\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Verified: checkout is at v7 (v7.0.1), setup-node at v7, cache at v5; Node 24 is Active LTS, 22 is Maintenance LTS, 20 is\u2026<\/p>\n","protected":false},"author":1,"featured_media":3397,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"sns_share_botton_hide":"","vkExUnit_sns_title":"","_vk_print_noindex":"","sitemap_hide":"","_veu_custom_css":"","veu_display_promotion_alert":"","vkexunit_cta_each_option":"","_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[1179],"tags":[1189,1196,1188],"class_list":["post-3398","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ci-cd","tag-github-actions","tag-node-js","tag-1188"],"veu_head_title_object":{"title":"","add_site_title":""},"jetpack_publicize_connections":[],"jetpack-related-posts":[],"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/qol-kk.com\/wp2\/wp-content\/uploads\/2026\/09\/20260911-plan033-thumbnail.jpg","_links":{"self":[{"href":"https:\/\/qol-kk.com\/wp2\/wp-json\/wp\/v2\/posts\/3398","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qol-kk.com\/wp2\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qol-kk.com\/wp2\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qol-kk.com\/wp2\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qol-kk.com\/wp2\/wp-json\/wp\/v2\/comments?post=3398"}],"version-history":[{"count":1,"href":"https:\/\/qol-kk.com\/wp2\/wp-json\/wp\/v2\/posts\/3398\/revisions"}],"predecessor-version":[{"id":3399,"href":"https:\/\/qol-kk.com\/wp2\/wp-json\/wp\/v2\/posts\/3398\/revisions\/3399"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/qol-kk.com\/wp2\/wp-json\/wp\/v2\/media\/3397"}],"wp:attachment":[{"href":"https:\/\/qol-kk.com\/wp2\/wp-json\/wp\/v2\/media?parent=3398"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qol-kk.com\/wp2\/wp-json\/wp\/v2\/categories?post=3398"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qol-kk.com\/wp2\/wp-json\/wp\/v2\/tags?post=3398"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}