Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
updated branch to check staging and move to v4 for node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders committed Jan 26, 2024
1 parent a7996e6 commit 6e7e146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-external-links-cron-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Checkout code on main.
uses: actions/checkout@v4
with:
ref: master
ref: staging

- name: Install node.js.
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'

Expand Down

0 comments on commit 6e7e146

Please sign in to comment.