Skip to content

Commit f9686fb

Browse files
authored
chore(repo): npm build
1 parent 967ff3d commit f9686fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- uses: actions/checkout@v2
27+
- uses: actions/setup-node@v2
28+
with:
29+
node-version: '16'
30+
- run: npm install
2731

2832
- name: Validate TS
2933
run: npm run lint

0 commit comments

Comments
 (0)