Skip to content

Commit

Permalink
Upgrade GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jun 8, 2024
1 parent 5625827 commit cfd7ca4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Node Unit Tests
on:
push:
branches-ignore:
Expand All @@ -11,11 +12,12 @@ jobs:
node: ["16", "18", "20", "22"]
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
# cache: npm
- run: npm install
- run: npm test
env:
Expand Down

0 comments on commit cfd7ca4

Please sign in to comment.