Skip to content

Commit

Permalink
chore: fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Sep 19, 2023
1 parent 0157bc9 commit d9ef538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: '18.2.0'
node-version: '18.8.0'

- name: Upgrade npm
run: npm i -g npm
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: '18.2.0'
node-version: '18.8.0'

- name: Upgrade npm
run: npm i -g npm
Expand Down

0 comments on commit d9ef538

Please sign in to comment.