Skip to content

Commit

Permalink
use Node.js 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed May 1, 2024
1 parent 4ed5fef commit 99725af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
- uses: actions/checkout@v3
- name: node
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm install -D @types/node
- run: npm test

0 comments on commit 99725af

Please sign in to comment.