Skip to content

Commit

Permalink
Revert "set node version 19 in test lint workflow"
Browse files Browse the repository at this point in the history
This reverts commit 863aba4.
  • Loading branch information
mahula committed Nov 11, 2023
1 parent 863aba4 commit febe91b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Node 19
- name: Setup Node 20
uses: actions/setup-node@v4
with:
node-version: '19'
node-version: '20'

- name: npm-install
run: npm install
Expand Down

0 comments on commit febe91b

Please sign in to comment.