Skip to content

Commit 5f54ccb

Browse files
committed
🐛 fix: update node version from 12 to 16
1 parent b21504e commit 5f54ccb

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

.github/ci.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v1
1717
with:
18-
node-version: '12.x'
18+
node-version: '16.x'
1919
- name: Install 🔧
2020
run: npm ci
2121

0 commit comments

Comments
 (0)