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 7273924 commit 97ed7d1Copy full SHA for 97ed7d1
.github/workflows/fe-build-check.yml
@@ -26,7 +26,7 @@ jobs:
26
27
# Step 3: Set up Node.js
28
- name: Set up Node.js
29
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
30
with:
31
node-version: 'lts/*' # Use the latest LTS version of Node.js
32
cache: 'pnpm'
.github/workflows/fe-tests-check.yml
@@ -23,7 +23,7 @@ jobs:
23
version: 9
24
25
node-version: 'lts/*'
0 commit comments