We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6bfbd commit e7c2b19Copy full SHA for e7c2b19
.github/workflows/nodejs.yml
@@ -29,9 +29,9 @@ jobs:
29
uses: actions/setup-node@v3
30
with:
31
node-version: ${{ matrix.node-version }}
32
- - name: Update npm to 9.x
+ - name: Update npm to 8.x
33
run: |
34
- npm i -g npm@9
+ npm i -g npm@8
35
- name: npm install, build, and test
36
37
npm install
.github/workflows/on-merge-main.yml
@@ -22,9 +22,9 @@ jobs:
22
23
24
node-version: 16
25
26
27
28
- name: Install Dependencies
run: npm install
- name: Setup CI Git User
0 commit comments