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 6ad3e67 commit 8b223c4Copy full SHA for 8b223c4
.github/workflows/main.yml
@@ -22,10 +22,10 @@ jobs:
22
- name: 🚚 Get latest code
23
uses: actions/checkout@v4
24
25
- - name: Use Node.js 22
+ - name: Use Node.js 24
26
uses: actions/setup-node@v4
27
with:
28
- node-version: '22'
+ node-version: '24'
29
30
- name: 🔨 Build Project
31
run: |
.github/workflows/prod.yml
0 commit comments