Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit d3fb948

Browse files
committed
use node14
1 parent abe9982 commit d3fb948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
uses: actions/checkout@v1
1616

1717
- name: Install Node.js and NPM
18-
uses: actions/setup-node@v2
18+
uses: actions/setup-node@v1
1919
with:
20-
node-version: 16
20+
node-version: 14
2121
cache: npm
2222

2323
- name: npm install

0 commit comments

Comments
 (0)