Skip to content

Commit afbf192

Browse files
committed
Remove support for Node.js v14.
1 parent 977378e commit afbf192

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ubuntu-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '14.x'
19+
node-version: '16.x'
2020
- name: Install dependencies
2121
run: npm install
2222
- run: npm run build

.github/workflows/windows-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '14.x'
19+
node-version: '16.x'
2020
- name: Install dependencies
2121
run: npm install
2222
- run: npm run build

0 commit comments

Comments
 (0)