Skip to content

Commit

Permalink
chore: upgrade node version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain committed Apr 23, 2024
1 parent 0dd8eb5 commit cf6308f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.11'

- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
check-latest: true

- name: Cache pip
Expand Down

0 comments on commit cf6308f

Please sign in to comment.