File tree Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 18
18
19
19
- uses : actions/setup-node@v4
20
20
with :
21
- node-version : ' v20.10.0 '
21
+ node-version-file : ' .nvmrc '
22
22
registry-url : ' https://registry.npmjs.org'
23
23
24
24
- name : Install Yarn
44
44
45
45
- uses : actions/setup-node@v4
46
46
with :
47
- node-version : ' v20.10.0 '
47
+ node-version-file : ' .nvmrc '
48
48
registry-url : ' https://registry.npmjs.org'
49
49
50
50
- name : Install Yarn
84
84
85
85
- uses : actions/setup-node@v4
86
86
with :
87
- node-version : ' v20.10.0 '
87
+ node-version-file : ' .nvmrc '
88
88
registry-url : ' https://registry.npmjs.org'
89
89
90
90
- name : Download artifact
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175
175
steps :
176
176
- uses : actions/setup-node@v4
177
177
with :
178
- node-version : ' v20.10.0 '
178
+ node-version-file : ' .nvmrc '
179
179
180
180
- name : Checkout
181
181
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 17
17
18
18
- uses : actions/setup-node@v4
19
19
with :
20
- node-version : ' v20.10.0 '
20
+ node-version-file : ' .nvmrc '
21
21
registry-url : ' https://registry.npmjs.org'
22
22
23
23
- name : Install Yarn
Original file line number Diff line number Diff line change 17
17
# Setup .npmrc file to publish to npm
18
18
- uses : actions/setup-node@v4
19
19
with :
20
- node-version : ' v20.10.0 '
20
+ node-version-file : ' .nvmrc '
21
21
registry-url : ' https://registry.npmjs.org'
22
22
scope : ' @jamesives'
23
23
43
43
# Setup .npmrc file to publish to GitHub Packages
44
44
- uses : actions/setup-node@v4
45
45
with :
46
- node-version : ' v20.10.0 '
46
+ node-version-file : ' .nvmrc '
47
47
registry-url : ' https://npm.pkg.github.com'
48
48
scope : ' @jamesives'
49
49
Original file line number Diff line number Diff line change @@ -26,4 +26,7 @@ yarn-error.log
26
26
coverage
27
27
28
28
# Yarn Integrity file
29
- .yarn-integrity
29
+ .yarn-integrity
30
+
31
+ # Dot Env
32
+ .env
You can’t perform that action at this time.
0 commit comments