Skip to content

Commit

Permalink
Merge branch 'mozilla-japan:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gurezo authored Dec 12, 2024
2 parents defbbd9 + 0b14f60 commit 287b8ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 22.x
- name: Install dependencies
run: npm install
- name: Generate Documents
Expand All @@ -33,4 +33,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
},
"homepage": "https://github.com/mozilla-japan/mdn-translation-guide#readme",
"devDependencies": {
"gh-pages": "^4.0.0",
"honkit": "^4.0.0"
"gh-pages": "^6.1.1",
"honkit": "^6.0.0"
},
"engines": {
"node": ">=14"
"node": ">=22"
}
}

0 comments on commit 287b8ef

Please sign in to comment.