Skip to content

Commit 5f77488

Browse files
authored
Merge pull request #46 from Pyrrha-Platform/updates
Update linter
2 parents 31971c5 + b5f3cb6 commit 5f77488

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/linter.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ jobs:
1414
linter:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up node
20-
uses: actions/setup-node@v1
21-
- run: npm install -g prettier@2.3.0
20+
uses: actions/setup-node@v4
21+
with:
22+
node-version: '20'
23+
- run: npm install -g prettier@latest
2224
- run: prettier --check .

0 commit comments

Comments
 (0)