Skip to content

Commit

Permalink
Merge pull request #11 from Improwised/feat/add-node-14
Browse files Browse the repository at this point in the history
fix: added 14.19.1 version of node
  • Loading branch information
shivani446 authored Feb 26, 2024
2 parents dbb985a + c323555 commit 1ee7f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18, 19, 20] # List of Node.js versions to test
node-version: [ 14.19.1,18, 19, 20] # List of Node.js versions to test
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 1ee7f27

Please sign in to comment.