Skip to content

Commit

Permalink
test: Remove support for Node 18 (#365)
Browse files Browse the repository at this point in the history
Co-authored-by: Muhammad Anas <[email protected]>
  • Loading branch information
arslanashraf7 and Anas12091101 authored Nov 4, 2024
1 parent c9d0abe commit 7ad1df8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18.15, 20]

steps:
- name: Checkout
Expand All @@ -24,7 +21,7 @@ jobs:
uses: actions/setup-node@v4
# Because of node 18 bug (https://github.com/nodejs/node/issues/47563), Pinning node version 18.15 until the next release of node
with:
node-version: ${{ matrix.node }}
node-version-file: '.nvmrc'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 7ad1df8

Please sign in to comment.