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 e7e6b5a commit 53438ffCopy full SHA for 53438ff
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
node-version: [18.x, 20.x]
17
steps:
18
- uses: actions/checkout@v4
19
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
20
with:
21
node-version: ${{ matrix.node-version }}
22
registry-url: https://registry.npmjs.org
@@ -34,7 +34,7 @@ jobs:
34
projects_name: [chromium, firefox, webkit]
35
36
37
38
39
node-version: 18.x
40
0 commit comments