Skip to content

Commit 09112ae

Browse files
committed
build(update-prettier.yml): set node-version to 16
1 parent 6092efb commit 09112ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-prettier.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
- uses: actions/checkout@master
1111
- uses: actions/setup-node@v2
1212
with:
13-
version: 12
1413
cache: npm
14+
node-version: 16
1515
- run: npm ci
16-
- run: "npm run lint:fix"
16+
- run: npm run lint:fix
1717
- uses: gr2m/[email protected]
1818
env:
19-
GITHUB_TOKEN: "${{ secrets.OCTOKITBOT_PAT }}"
19+
GITHUB_TOKEN: ${{ secrets.OCTOKITBOT_PAT }}
2020
with:
2121
title: Prettier updated
2222
body: An update to prettier required updates to your code.
23-
branch: "${{ github.ref }}"
23+
branch: ${{ github.ref }}
2424
commit-message: "style: prettier"

0 commit comments

Comments
 (0)