Skip to content

Commit 44bf145

Browse files
committed
fix(ci): revert prettier config to .cjs, update node version, add permissions
1 parent ae8d36e commit 44bf145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-eslint-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Setup Node.js
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@v4 # Keep action version pinned
3030
with:
31-
node-version: '20'
31+
node-version: 'lts/*' # Use latest LTS Node.js version
3232

3333
- name: Setup pnpm
3434
uses: pnpm/action-setup@v3

0 commit comments

Comments
 (0)