Skip to content

Commit

Permalink
Remove support for Node.js v14.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed May 16, 2024
1 parent 977378e commit afbf192
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: '16.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: '16.x'
- name: Install dependencies
run: npm install
- run: npm run build
Expand Down

0 comments on commit afbf192

Please sign in to comment.