Skip to content

Commit

Permalink
build(update-prettier.yml): set node-version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 17, 2021
1 parent 2a0c593 commit 6c48883
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v2
with:
version: 12
cache: npm
node-version: 16
- run: npm ci
- run: "npm run lint:fix"
- run: npm run lint:fix
- uses: gr2m/create-or-update-pull-request-action@v1.x
env:
GITHUB_TOKEN: "${{ secrets.OCTOKITBOT_PAT }}"
GITHUB_TOKEN: ${{ secrets.OCTOKITBOT_PAT }}
with:
title: Prettier updated
body: An update to prettier required updates to your code.
branch: "${{ github.ref }}"
branch: ${{ github.ref }}
commit-message: "style: prettier"

0 comments on commit 6c48883

Please sign in to comment.