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 70a7e24 commit 403d33aCopy full SHA for 403d33a
.github/workflows/setup-node-test.yml
@@ -4,25 +4,16 @@ on:
4
workflow_dispatch:
5
6
jobs:
7
- build_deploy_20:
+ build_deploy_24:
8
runs-on: ubuntu-latest
9
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
13
with:
14
- node-version: 20
+ node-version: 24
15
- name: Install dependencies
16
run: npm install
17
18
- build_deploy_14:
19
- runs-on: ubuntu-latest
20
-
21
- steps:
22
- - uses: actions/checkout@v4
23
24
- with:
25
- node-version: 14
26
- - name: Install dependencies
27
- run: npm install
+
28
0 commit comments