Skip to content

Commit

Permalink
update node version in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radhikav1 committed Dec 6, 2024
1 parent 6f18ad7 commit bb5d736
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
with:
submodules: recursive

# installing node 16.16
- name: Use Node.js 16.16
# installing node 22.12
- name: Use Node.js 22.12
uses: actions/[email protected]
with:
node-version: 16.16
node-version: 22.12

- uses: actions/[email protected]
with:
Expand Down

0 comments on commit bb5d736

Please sign in to comment.