Skip to content

Commit 4b1c151

Browse files
fix actions
1 parent 6a15a91 commit 4b1c151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI
22

3-
on:
3+
on:
44
push:
55
branches:
66
- '**'
@@ -17,7 +17,7 @@ jobs:
1717
node_version: [12, 14, 16]
1818
include:
1919
- os: macos-latest
20-
node_version: 14
20+
node_version: 16
2121
- os: windows-latest
2222
node_version: 14
2323
fail-fast: false

0 commit comments

Comments
 (0)