File tree Expand file tree Collapse file tree 7 files changed +7
-6
lines changed Expand file tree Collapse file tree 7 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
node-version : ${{ matrix.node }}
30
30
31
- - run : npm install -g npm
31
+ - run : npm install -g npm@9
32
32
33
33
- run : npm install
34
34
Original file line number Diff line number Diff line change 24
24
uses : actions/setup-node@v1
25
25
with :
26
26
node-version : ${{ matrix.node }}
27
- - run : npm install -g npm
27
+ - run : npm install -g npm@9
28
28
- run : npm install
29
29
- run : npm run lint --workspaces --if-present
Original file line number Diff line number Diff line change 28
28
with :
29
29
node-version : ${{ matrix.node }}
30
30
31
- - run : npm install -g npm
31
+ - run : npm install -g npm@9
32
32
33
33
- run : npm install
34
34
Original file line number Diff line number Diff line change 24
24
uses : actions/setup-node@v1
25
25
with :
26
26
node-version : ${{ matrix.node }}
27
- - run : npm install -g npm
27
+ - run : npm install -g npm@9
28
28
- run : npm install prettier pretty-quick
29
29
- run : npm run prettier:check
30
30
Original file line number Diff line number Diff line change 7
7
CI_JOB_NUMBER : 1
8
8
steps :
9
9
- uses : actions/checkout@v1
10
- - run : npm install -g npm
10
+ - run : npm install -g npm@9
11
11
# - run: npm run size-limit --workspaces --if-present
12
12
13
13
# commented out until the job can be configured
Original file line number Diff line number Diff line change 29
29
with :
30
30
node-version : ${{ matrix.node }}
31
31
32
- - run : npm install -g npm
32
+ - run : npm install -g npm@9
33
33
34
34
- run : npm ci
35
35
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ <h1>Agent-JS Changelog</h1>
12
12
< section >
13
13
< h2 > Version x.x.x</ h2 >
14
14
< ul >
15
+ < li > chore: limit npm version to 9 in ci for compatibility with node 16</ li >
15
16
< li >
16
17
Adds more helpful error message for when principal is undefined during actor creation
17
18
</ li >
You can’t perform that action at this time.
0 commit comments