We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b9f58 commit 9cd0605Copy full SHA for 9cd0605
.github/workflows/js-ci.yml
@@ -13,7 +13,7 @@ on:
13
14
jobs:
15
test:
16
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
17
name: Test on latest Chrome and report coverage
18
steps:
19
- uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
54
path: configcat-js*.tgz
55
56
test-chrome:
57
58
strategy:
59
matrix:
60
chrome: ["beta", "stable"]
@@ -115,7 +115,7 @@ jobs:
115
run: CHROMIUM_BIN=$(which chrome) npm run test-chromium
116
117
test-firefox:
118
119
120
121
firefox: ["84.0", "latest-beta", "latest"]
0 commit comments