Skip to content

Commit

Permalink
Trying out workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JmScherer committed Sep 25, 2023
1 parent ce475d2 commit fa9f20c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [18.18]
node-version: [16.2]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: |
sh setup.sh
- name: Cypress tests
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6.5.0
with:
working-directory: system-tests
browser: chrome
Expand Down

0 comments on commit fa9f20c

Please sign in to comment.