Skip to content

Commit 6cce8b5

Browse files
committed
Merge remote-tracking branch 'origin/main' into hydra_support
2 parents 326ff4e + 31ff940 commit 6cce8b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node: ["18"]
10+
node: ["18", "22"]
1111
env:
1212
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_CI_BOT_URL }}
1313
JOBS: 1
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node }}
2424
- name: setup chrome
25-
uses: browser-actions/setup-chrome@latest
25+
uses: browser-actions/setup-chrome@c785b87e244131f27c9f19c1a33e2ead956ab7ce # latest
2626
- uses: actions/cache@v4
2727
with:
2828
path: node_modules

0 commit comments

Comments
 (0)