Skip to content

Commit

Permalink
chore(ci): update Node.js version to "lts/*" in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Jul 4, 2024
1 parent bbaebcf commit 30d9edb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
path: pkg

- uses: actions/setup-node@v4
with:
node-version: "lts/*"
- run: node --test

deno-test:
Expand Down

0 comments on commit 30d9edb

Please sign in to comment.