Skip to content

Commit

Permalink
Use Node 15 in "Check commits".
Browse files Browse the repository at this point in the history
  • Loading branch information
YOCKOW committed Sep 19, 2021
1 parent 7364b23 commit d67086a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 15.x
- uses: actions/setup-python@v2
with:
python-version: "3.8"
Expand All @@ -33,9 +33,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 15.x
- name: Check transpilation
run: |
npm install
Expand Down

0 comments on commit d67086a

Please sign in to comment.