Skip to content

Commit

Permalink
chore: 利用パッケージ追加・バグ回避のため実行環境をNode v20からv18に戻す
Browse files Browse the repository at this point in the history
  • Loading branch information
stepney141 committed Dec 11, 2023
1 parent 5f92264 commit 19faadb
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 18
cache: "npm"

- name: Install dependencies
Expand Down
45 changes: 39 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -9,6 +9,7 @@
"fast-xml-parser": "^4.3.2",
"firebase": "^10.7.1",
"fs": "^0.0.1-security",
"gaxios": "^6.1.1",
"octokit": "^3.1.1",
"papaparse": "^5.4.1",
"path": "^0.12.7",
Expand All @@ -32,7 +33,7 @@
"jscodeshift": "^0.15.0",
"prettier": "^3.0.3",
"ts-migrate": "^0.1.35",
"tsx": "^3.14.0",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
},
"scripts": {
Expand All @@ -41,6 +42,6 @@
"exec": "node -r esbuild-register"
},
"volta": {
"node": "20.10.0"
"node": "18.19.0"
}
}

0 comments on commit 19faadb

Please sign in to comment.