Skip to content

Commit

Permalink
updated node version
Browse files Browse the repository at this point in the history
  • Loading branch information
PuneethHC committed Oct 7, 2023
1 parent 61d1fb9 commit c03abe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18 # Replace with the desired Node.js version

- name: Install dependencies and build
run: |
Expand All @@ -27,4 +27,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: build-artifacts
path: build
path: build # Change this to the directory containing your build output

0 comments on commit c03abe5

Please sign in to comment.