Skip to content

Commit

Permalink
drop n14 from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mabaasit committed Jun 4, 2024
1 parent 8015579 commit 343011f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install npm@8 for Node.js 14
run: node -e 'process.exitCode = +process.version.startsWith("v14")' || npm install -g npm@8
# the oidc-provider package we use doesn't list Node.js 20 as supported
- name: Install Dependencies
run: npm ci --ignore-engines
Expand Down

0 comments on commit 343011f

Please sign in to comment.