Skip to content

Commit

Permalink
Upgrade to Node.js 22 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Nov 10, 2024
1 parent ebf9631 commit 0f2ee51
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 325 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/limit-regulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
cache-dependency-path: yarn.lock
- run: yarn
Expand All @@ -36,7 +35,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
cache-dependency-path: yarn.lock
- run: yarn
Expand All @@ -55,7 +53,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
cache-dependency-path: yarn.lock
- run: yarn
Expand All @@ -74,7 +71,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
cache-dependency-path: yarn.lock
- run: yarn
Expand All @@ -93,7 +89,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
cache-dependency-path: yarn.lock
- run: yarn
Expand Down Expand Up @@ -124,7 +119,6 @@ jobs:
- run: pip install -r yaml-yugi-limit-regulation/src/requirements.txt
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
cache-dependency-path: yaml-yugi-limit-regulation/yarn.lock
- working-directory: yaml-yugi-limit-regulation
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"transform-md": "cd data/master-duel && ts-node ../../src/masterduel-extract-transform.ts"
},
"engines": {
"node": ">=20",
"node": ">=22",
"yarn": "1.22.x"
},
"dependencies": {
Expand All @@ -24,7 +24,7 @@
"htmlparser2": "^9.1.0"
},
"devDependencies": {
"@alphakretin/essentials": "^6.2.0"
"@alphakretin/essentials": "^7.0.0"
},
"eslintConfig": {
"extends": "@alphakretin"
Expand Down
Loading

0 comments on commit 0f2ee51

Please sign in to comment.