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 881f81f commit a487149Copy full SHA for a487149
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Node.js 18.x
21
uses: actions/setup-node@v4
22
with:
23
- node-version: 18.x
+ node-version: 22.x
24
cache: 'npm'
25
26
- name: Install Dependencies
.github/workflows/publish.yml
0 commit comments