Skip to content

Commit 44ff61f

Browse files
.
1 parent 703b40a commit 44ff61f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/applications.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
- name: Get sources
4343
uses: actions/checkout@v4
4444

45+
- name: Use Node.js
46+
uses: actions/setup-node@v4
47+
with:
48+
node-version: '24'
49+
4550
- name: Run npm install
4651
env:
4752
PUPPETEER_SKIP_DOWNLOAD: true

0 commit comments

Comments
 (0)