Skip to content

Commit

Permalink
test node version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Apr 17, 2024
1 parent 4bce663 commit cbefdc0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/next-drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ on:
push:
branches:
- main
pull_request_target:
types: [opened, reopened, synchronize]
- test-ci-versions

jobs:
test:
Expand All @@ -14,6 +13,9 @@ jobs:
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Check versions
run: |
node -v
- name: Install packages
run: yarn
- name: Run tests
Expand Down

0 comments on commit cbefdc0

Please sign in to comment.