Skip to content

Commit 326ff4e

Browse files
committed
Merge remote-tracking branch 'origin/main' into hydra_support
2 parents f5faa86 + f1d961f commit 326ff4e

File tree

3 files changed

+2970
-3606
lines changed

3 files changed

+2970
-3606
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 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: ["16"]
10+
node: ["18"]
1111
env:
1212
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_CI_BOT_URL }}
1313
JOBS: 1
@@ -16,14 +16,14 @@ jobs:
1616
run:
1717
shell: bash
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- name: setup node
21-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node }}
2424
- name: setup chrome
2525
uses: browser-actions/setup-chrome@latest
26-
- uses: actions/cache@v2
26+
- uses: actions/cache@v4
2727
with:
2828
path: node_modules
2929
key: ember-cli-deploy-rest-${{ matrix.node }}-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)