We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 326ff4e + 31ff940 commit 6cce8b5Copy full SHA for 6cce8b5
1 file changed
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- node: ["18"]
+ node: ["18", "22"]
11
env:
12
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_CI_BOT_URL }}
13
JOBS: 1
@@ -22,7 +22,7 @@ jobs:
22
with:
23
node-version: ${{ matrix.node }}
24
- name: setup chrome
25
- uses: browser-actions/setup-chrome@latest
+ uses: browser-actions/setup-chrome@c785b87e244131f27c9f19c1a33e2ead956ab7ce # latest
26
- uses: actions/cache@v4
27
28
path: node_modules
0 commit comments