Skip to content

Commit 5a2ccc1

Browse files
committed
Revert "change the version of the node JS"
This reverts commit de46b47.
1 parent de46b47 commit 5a2ccc1

3 files changed

Lines changed: 3 additions & 108 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
node-version: [12.x, 14.x, 16.x]
22+
node-version: [18.x, 20.x]
2323

2424
steps:
2525
- name: Checkout code
@@ -87,6 +87,7 @@ jobs:
8787
- name: Run ESLint with annotations
8888
run: |
8989
npx eslint --config eslintrc.json src tests --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif
90+
continue-on-error: true
9091

9192
- name: Upload ESLint results to GitHub
9293
uses: github/codeql-action/upload-sarif@v3

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# github-actions-ci-cd-demo

req.md

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)