From acc05752ef63d9f9076d69df4399f308c9e9b17b Mon Sep 17 00:00:00 2001 From: Mahdi Baghbani Date: Mon, 15 Jul 2024 18:41:02 +0330 Subject: [PATCH] update: node versions to minimum supported versions --- .github/workflows/test-and-lint.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index d86bd1dd9..a5bd08d79 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -4,6 +4,9 @@ on: branches: [ master, stable ] pull_request: branches: [ master, stable ] + # Allows you to run this workflow manually from the Actions tab. + workflow_dispatch: + jobs: build: name: node.js @@ -12,7 +15,7 @@ jobs: strategy: matrix: # Support LTS versions based on https://nodejs.org/en/about/releases/ - node-version: ['14', '16'] + node-version: ['18', '20'] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}