Skip to content

Commit

Permalink
Fix the ci test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Shimada committed Feb 22, 2021
1 parent 6407950 commit 322bf04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 14.15.5
node-version: '14'
- run: npm install
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 322bf04

Please sign in to comment.