Skip to content

Commit cdb10c8

Browse files
authored
Update deploy.yml
1 parent c26b881 commit cdb10c8

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@ jobs:
88
build:
99
runs-on: self-hosted
1010

11-
strategy:
12-
matrix:
13-
node-version: [22.x]
14-
1511
steps:
16-
- uses: actions/checkout@v5
17-
- name: 💻 Use Node.js ${{ matrix.node-version }}
18-
uses: actions/setup-node@v4
12+
- name: 🔂 Checkout
13+
uses: actions/checkout@v5
14+
- name: 🟢 Setup Node.js
15+
uses: actions/setup-node@v5
1916
with:
20-
node-version: ${{ matrix.node-version }}
21-
cache: 'npm'
17+
node-version: 24.x
2218

2319
- name: 🔐 Create Production Environment File
2420
run: |

0 commit comments

Comments
 (0)