We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f15b2c commit ae20c59Copy full SHA for ae20c59
1 file changed
.github/workflows/validate.yml
@@ -12,9 +12,9 @@ jobs:
12
uses: actions/checkout@v4
13
14
- name: Setup Node.js
15
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
16
with:
17
- node-version: '20.x'
+ node-version: '24.x'
18
registry-url: 'https://registry.npmjs.org'
19
20
- name: Install dependencies
@@ -24,4 +24,4 @@ jobs:
24
run: npm run build-all
25
26
- name: Unit tests
27
- run: npm run test:unit
+ run: npm run test:unit
0 commit comments