Skip to content

Commit

Permalink
ci: add node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
wuda-io committed Dec 24, 2024
1 parent 182a808 commit c887f6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
steps:
- uses: actions/checkout@master

- uses: actions/setup-node@v4
with:
node-version: 23

- name: Run tests
run: |
npm i
Expand Down

0 comments on commit c887f6d

Please sign in to comment.