We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26b881 commit cdb10c8Copy full SHA for cdb10c8
1 file changed
.github/workflows/deploy.yml
@@ -8,17 +8,13 @@ jobs:
8
build:
9
runs-on: self-hosted
10
11
- strategy:
12
- matrix:
13
- node-version: [22.x]
14
-
15
steps:
16
- - uses: actions/checkout@v5
17
- - name: 💻 Use Node.js ${{ matrix.node-version }}
18
- uses: actions/setup-node@v4
+ - name: 🔂 Checkout
+ uses: actions/checkout@v5
+ - name: 🟢 Setup Node.js
+ uses: actions/setup-node@v5
19
with:
20
- node-version: ${{ matrix.node-version }}
21
- cache: 'npm'
+ node-version: 24.x
22
23
- name: 🔐 Create Production Environment File
24
run: |
0 commit comments