Skip to content

Commit 807def9

Browse files
committed
upgrade node version
1 parent f6df9f4 commit 807def9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v1
11+
with:
12+
node-version: '15'
1113

1214
- run: npm install
1315
- run: npm run build

0 commit comments

Comments
 (0)