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 70a0f3b commit d7d2eb0Copy full SHA for d7d2eb0
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Use Node.js
49
uses: actions/setup-node@v4
50
with:
51
- node-version: '20'
+ node-version: '22'
52
53
- name: Enable Corepack
54
run: corepack enable
@@ -108,7 +108,7 @@ jobs:
108
109
110
111
112
113
114
.github/workflows/publish.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
registry-url: 'https://registry.npmjs.org'
37
38
0 commit comments