We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3966d94 commit f34ebd0Copy full SHA for f34ebd0
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set node
19
uses: actions/setup-node@v4
20
with:
21
- node-version: 20.x
+ node-version: 22.x
22
cache: npm
23
24
- name: Setup
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
25
0 commit comments