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 bbabd6a commit c0cdccfCopy full SHA for c0cdccf
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup Node.js 20.x
14
uses: actions/setup-node@v3.9.1
15
with:
16
- node-version: 20.x
+ node-version: 22.x
17
18
- name: Use cached node_modules
19
uses: actions/cache@v4
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
20
21
22
23
cache: npm
24
25
- name: Install dependencies
0 commit comments