Skip to content

Commit

Permalink
node v20に更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Remicck committed Nov 19, 2024
1 parent f35df11 commit 8c30564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- run: npm install
- name: build pdf
run: npm run build:pdf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- run: npm install
- name: lint text
run: npm run lint

0 comments on commit 8c30564

Please sign in to comment.