Skip to content

Commit

Permalink
Update Node version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RudraSen2 committed Jul 4, 2024
1 parent d29a031 commit 4c93131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '22'
- name: Install Snapcraft
uses: samuelmeuli/[email protected]
with:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '22'
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '22'
- name: Build it
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4c93131

Please sign in to comment.