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 89204cf commit f395ac5Copy full SHA for f395ac5
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v5
21
22
- name: Setup Node.js
23
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
24
with:
25
node-version: "22.18.0"
26
cache: "pnpm"
@@ -77,7 +77,7 @@ jobs:
77
fetch-depth: 0
78
persist-credentials: false
79
80
81
82
node-version: "lts/*"
83
0 commit comments