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 84e5825 commit b6e0e2dCopy full SHA for b6e0e2d
.github/workflows/build-pr.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-node@v4
15
with:
16
- node-version: "18.x"
+ node-version: "22.x"
17
18
# Install dependencies
19
- run: npm ci
.github/workflows/publish-pr-releases.yml
@@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js 20.x
20
uses: actions/setup-node@v4
21
22
- node-version: 20.x
+ node-version: 22.x
23
24
25
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
- name: Install dependencies
51
run: npm ci
0 commit comments