Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Feb 2, 2024
1 parent 6c53385 commit c18d74d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
on: [push, pull_request]
jobs:
test:
name: Node.js
Expand All @@ -17,8 +11,6 @@ jobs:
node:
- 20
- 18
- 16
- 14
steps:
# -----------------------------------------------------------------------
- name: Clone default branch
Expand Down

0 comments on commit c18d74d

Please sign in to comment.