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 abbcf42 commit 7594e0cCopy full SHA for 7594e0c
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Node.js 18.x
19
uses: actions/setup-node@v5
20
with:
21
- node-version: 18.x
+ node-version: 22.x
22
cache: 'npm'
23
registry-url: 'https://registry.npmjs.org/'
24
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
17
0 commit comments