File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ name: setup
2
2
3
3
description : Setup Node, cache and install deps
4
4
5
- inputs :
6
- node_version :
7
- description : Node Version
8
- required : false
9
- default : ' 16'
10
-
11
5
runs :
12
6
using : composite
13
7
steps :
30
24
- name : Use Node
31
25
uses : actions/setup-node@v3
32
26
with :
33
- node-version : ${{ inputs.node_version }}
27
+ node-version : 18
34
28
# This doesn't just set the registry url, but also sets
35
29
# the right configuration in .npmrc that reads NPM token
36
30
# from NPM_AUTH_TOKEN environment variable.
Original file line number Diff line number Diff line change 32
32
fetch-depth : 0
33
33
- name : Setup
34
34
uses : ./.github/actions/setup
35
- with :
36
- node_version : 18
37
35
38
36
- name : Test
39
37
uses : ./.github/actions/test
Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@v3
23
23
- name : Setup
24
24
uses : ./.github/actions/setup
25
- with :
26
- node_version : 18
27
25
28
26
- name : Test
29
27
uses : ./.github/actions/test
You can’t perform that action at this time.
0 commit comments