Skip to content

Commit

Permalink
ci: add node setup on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Nov 12, 2023
1 parent d73413f commit 6c927a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Deps
run: npm ci
- name: Build
Expand Down

0 comments on commit 6c927a8

Please sign in to comment.