Skip to content

Commit

Permalink
Remove Node.js 14 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Feb 11, 2024
1 parent ef99cd0 commit 9b48f86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x


- name: Install Dependencies
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x

- name: Extract the version and commit body from the tag
id: extract_release
Expand Down

0 comments on commit 9b48f86

Please sign in to comment.