Skip to content

Commit 6ca5574

Browse files
authored
Resolves node 16 issues (#20)
1 parent 6b73afd commit 6ca5574

File tree

3 files changed

+4763
-7
lines changed

3 files changed

+4763
-7
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
steps:
2323
- name: Clone the repository
2424
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
25-
- name: Set Node.js 12.x
25+
- name: Set Node.js 16.x
2626
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
2727
with:
28-
node-version: 12.x
28+
node-version: 16.x
2929
- name: Install dependencies
3030
run: npm ci
3131
- name: Linter

0 commit comments

Comments
 (0)