Skip to content

Commit

Permalink
Remove Node.js 14 and 16 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 5, 2023
1 parent d6de03c commit 2b88bca
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
matrix:
node-version:
- 18
- 16
name: Node.js ${{ matrix.node-version }} Quick
steps:
- name: Checkout the repository
Expand All @@ -50,22 +49,3 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Run unit tests
run: ./node_modules/.bin/jest --forceExit
old:
runs-on: ubuntu-latest
name: Node.js 14 Quick
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
- name: Install Node.js 14
uses: actions/setup-node@v3
with:
node-version: 14
cache: pnpm
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Run unit tests
run: ./node_modules/.bin/jest --forceExit

0 comments on commit 2b88bca

Please sign in to comment.