Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanashi committed Oct 15, 2024
1 parent 6708717 commit d684c63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up node.js
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
cache: "npm"
- run: npm install
- name: Run prettier
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up node.js
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
cache: "npm"
- run: npm install
- run: npx tsc --noEmit
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Set up node.js
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
cache: "npm"
- run: npm install
- run: npx eslint .

0 comments on commit d684c63

Please sign in to comment.