Skip to content

Commit

Permalink
Run CI on Node v18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Dec 22, 2023
1 parent 20c9816 commit 2ee8f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '18.x'
- name: Install dependencies
run: npm install
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '18.x'
- name: Install dependencies
run: npm install
- run: npm run build
Expand Down

0 comments on commit 2ee8f57

Please sign in to comment.