mirror of
https://github.com/tenrok/axios.git
synced 2026-06-05 16:42:32 +03:00
refactor: bump minors package versions (#7356)
* refactor: bump minors package versions * fix: dtslint * fix: package install * chore: remove dts * chore: attempt to fix issues with 12 and 14 * chore: remove unneeded package * chore: remove unneeded package * chore: remove unneeded package * chore: try to install on older version * chore: remove build for 12 * fix: sponsors
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
|
||||
node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
@@ -36,6 +36,10 @@ jobs:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: npm
|
||||
- name: Install dependencies
|
||||
if: matrix.node-version == '14.x'
|
||||
run: npm i
|
||||
- name: Install dependencies
|
||||
if: matrix.node-version != '14.x'
|
||||
run: npm ci
|
||||
- name: Build project
|
||||
run: npm run build
|
||||
@@ -49,12 +53,3 @@ jobs:
|
||||
- name: Dependency Review
|
||||
uses: actions/dependency-review-action@v4
|
||||
if: matrix.node-version == '24.x'
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v4
|
||||
with:
|
||||
languages: javascript
|
||||
queries: security-extended,security-and-quality
|
||||
if: matrix.node-version == '24.x'
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v4
|
||||
if: matrix.node-version == '24.x'
|
||||
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
run: npm ci
|
||||
- name: Check if sponsors require updates
|
||||
id: sponsors-requires-update
|
||||
run: node ./bin/update-sponsors.js
|
||||
run: node ./bin/sponsors.js
|
||||
- name: Read sponsors.md file content
|
||||
run: |
|
||||
echo 'CONTENT<<EOF' >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user