Skip to content

Commit 9340536

Browse files
committed
chore: Add setup-node for problem matchers
1 parent 49d1e14 commit 9340536

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.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

11+
- uses: actions/setup-node@v1
12+
1113
- uses: actions/cache@v1
1214
with:
1315
path: ~/.npm

0 commit comments

Comments
 (0)