Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Mar 16, 2024
1 parent 03509db commit 72e147e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: CI

on:
push:
Expand All @@ -12,7 +12,8 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 20
cache: npm
- run: npm ci
- run: npm run build
- run: npm test
- run: npm run test

0 comments on commit 72e147e

Please sign in to comment.