File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v4
12
12
- uses : actions/setup-node@v4
13
13
with :
14
- node-version-file : .nvmrc
14
+ node-version-file : .tool-versions
15
15
- run : npm ci
16
16
- run : npm run lint
17
17
- run : npm run test
26
26
- uses : actions/checkout@v4
27
27
- uses : actions/setup-node@v4
28
28
with :
29
- node-version-file : .nvmrc
30
- registry-url : https://registry.npmjs.org/
29
+ node-version-file : .tool-versions
31
30
- run : npm ci
32
31
- run : npm run build
33
32
- run : npm publish --provenance --access public
Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v4
11
11
- uses : actions/setup-node@v4
12
12
with :
13
- node-version-file : .nvmrc
13
+ node-version-file : .tool-versions
14
14
- run : npm install
15
15
- run : npm run lint
16
16
- run : npm run test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ nodejs 20.13.1
You can’t perform that action at this time.
0 commit comments