Skip to content

Commit f826dc8

Browse files
committed
chore(workflows): fix linting workflow
1 parent 49fe877 commit f826dc8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ on:
1313
- "package.json"
1414
- "pnpm-lock.yaml"
1515
pull_request:
16-
tags:
17-
- '!*'
1816
branches:
1917
- '*'
2018
workflow_dispatch:
@@ -36,7 +34,7 @@ jobs:
3634
name: Install pnpm
3735
id: pnpm-install
3836
with:
39-
version: 8
37+
version: 9
4038
run_install: false
4139

4240
- name: Get pnpm store directory

0 commit comments

Comments
 (0)