There was an error while loading. Please reload this page.
1 parent 087769c commit 2bcc6ffCopy full SHA for 2bcc6ff
1 file changed
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v7
21
22
- name: Setup Node.js
23
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
24
with:
25
node-version: "24.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