File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1818 - uses : actions/setup-node@v6
1919 with :
2020 node-version : ${{ matrix.node-version }}
21+ - run : if [ "${{ matrix.node-version }}" = "10" ]; then npm install -g npm@7; fi
2122 - run : npm ci
2223 - run : npm install sequelize@${{ matrix.sequelize-version }}
2324 - run : docker compose up -d ${DIALECT}
3940 - uses : actions/setup-node@v6
4041 with :
4142 node-version : ${{ matrix.node-version }}
43+ - run : if [ "${{ matrix.node-version }}" = "10" ]; then npm install -g npm@7; fi
4244 - run : npm ci
4345 - run : npm install sequelize@${{ matrix.sequelize-version }}
4446 - run : docker compose up -d ${DIALECT}
5961 - uses : actions/setup-node@v6
6062 with :
6163 node-version : ${{ matrix.node-version }}
64+ - run : if [ "${{ matrix.node-version }}" = "10" ]; then npm install -g npm@7; fi
6265 - run : npm ci
6366 - run : npm install sequelize@${{ matrix.sequelize-version }}
6467 - run : npm test
You can’t perform that action at this time.
0 commit comments