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 e0047fd commit d524d30Copy full SHA for d524d30
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Use Node.js 22
43
uses: actions/setup-node@v4
44
with:
45
- node-version: 22.18.0
+ node-version: 22.19.0
46
- name: Cache node modules
47
uses: actions/cache@v4
48
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup Node.js 22.x
20
uses: actions/setup-node@master
21
22
23
24
- name: Install Dependencies
25
run: npm ci
0 commit comments