File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
31
31
- uses : actions/checkout@v4
32
32
- name : Setup Node.js environment
33
- uses : actions/setup-node@v4.0.3
33
+ uses : actions/setup-node@v4.1.0
34
34
with :
35
35
node-version-file : " .nvmrc"
36
36
@@ -102,7 +102,7 @@ jobs:
102
102
steps :
103
103
- uses : actions/checkout@v4
104
104
- name : Setup Node.js environment
105
- uses : actions/setup-node@v4.0.3
105
+ uses : actions/setup-node@v4.1.0
106
106
with :
107
107
node-version : ${{ matrix.node }}
108
108
@@ -138,7 +138,7 @@ jobs:
138
138
steps :
139
139
- uses : actions/checkout@v4
140
140
- name : Setup Node.js environment
141
- uses : actions/setup-node@v4.0.3
141
+ uses : actions/setup-node@v4.1.0
142
142
with :
143
143
node-version-file : " .nvmrc"
144
144
You can’t perform that action at this time.
0 commit comments