We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b89fa1 commit 6180247Copy full SHA for 6180247
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Node
19
uses: actions/setup-node@v4
20
with:
21
- node-version: 20.x
+ node-version: 22.x
22
registry-url: "https://registry.npmjs.org"
23
cache: "npm"
24
- name: Install dependencies 📦
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
14
15
16
run: npm ci
0 commit comments