Skip to content

Commit

Permalink
chore: drop nodejs 14/16 (#2904)
Browse files Browse the repository at this point in the history
  • Loading branch information
idoros authored Sep 19, 2023
1 parent f29c5c7 commit 30b01f5
Show file tree
Hide file tree
Showing 27 changed files with 111 additions and 5,077 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org/'
cache: npm
- run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org/'
cache: npm
- run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org/'
cache: npm
- run: npm ci
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18, 16, 14]
node-version: [20, 18]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
Expand All @@ -17,7 +17,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm i -g npm@8
- run: npm ci
- run: npm run build
- run: npm run lint
Expand Down
Loading

0 comments on commit 30b01f5

Please sign in to comment.