We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c200a6b commit f5d01abCopy full SHA for f5d01ab
.github/workflows/check.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install Node.js
22
uses: actions/setup-node@v4
23
with:
24
- node-version: 22
+ node-version: 24
25
registry-url: 'https://registry.npmjs.org'
26
scope: caniuse-lite
27
- name: Check caniuse-db version
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
0 commit comments