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

Commit

Permalink
BUG: Update Github actions with new node set up (#907)
Browse files Browse the repository at this point in the history
* updated set up node version to 3 and to use node version 18
  • Loading branch information
clmedders authored Sep 14, 2023
1 parent 1dd0401 commit 186953f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-axe-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: actions/checkout@v2

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

- name: Install NPM dependencies.
run: npm install
Expand Down
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 @@ -20,9 +20,9 @@ jobs:
ref: master

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

- name: Install NPM dependencies.
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cypress-functional-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: actions/checkout@v2

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

- name: Install NPM dependencies.
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-links-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2

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

Expand Down

0 comments on commit 186953f

Please sign in to comment.