Skip to content

Commit e7c2b19

Browse files
committed
ci: revert to npm 8
1 parent dc6bfbd commit e7c2b19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
uses: actions/setup-node@v3
3030
with:
3131
node-version: ${{ matrix.node-version }}
32-
- name: Update npm to 9.x
32+
- name: Update npm to 8.x
3333
run: |
34-
npm i -g npm@9
34+
npm i -g npm@8
3535
- name: npm install, build, and test
3636
run: |
3737
npm install

.github/workflows/on-merge-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
uses: actions/setup-node@v3
2323
with:
2424
node-version: 16
25-
- name: Update npm to 9.x
25+
- name: Update npm to 8.x
2626
run: |
27-
npm i -g npm@9
27+
npm i -g npm@8
2828
- name: Install Dependencies
2929
run: npm install
3030
- name: Setup CI Git User

0 commit comments

Comments
 (0)