Skip to content

Commit

Permalink
update: node versions to minimum supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBaghbani authored Jul 15, 2024
1 parent 3b3d4f9 commit acc0575
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit acc0575

Please sign in to comment.