File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
steps :
9
9
# Makes the current repository available to the workflow.
10
10
- name : Checkout repo
11
- uses : actions/checkout@v4.1.0
11
+ uses : actions/checkout@v4
12
12
# Initializes Node.js for the runner.
13
13
- name : Node setup
14
- uses : actions/setup-node@v3.8.1
14
+ uses : actions/setup-node@v3
15
15
with :
16
16
node-version : " 18.x"
17
17
registry-url : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change 19
19
steps :
20
20
# Setup
21
21
- name : Checkout repo
22
- uses : actions/checkout@v4.1.0
22
+ uses : actions/checkout@v4
23
23
- name : Use Node.js ${{ matrix.node-version }}
24
- uses : actions/setup-node@v3.8.1
24
+ uses : actions/setup-node@v3
25
25
with :
26
26
node-version : ${{ matrix.node-version }}
27
27
cache : " npm"
You can’t perform that action at this time.
0 commit comments