28
28
- packages/misskey-reversi/**
29
29
- packages/shared/eslint.config.js
30
30
- .github/workflows/lint.yml
31
+
32
+ env :
33
+ COREPACK_DEFAULT_TO_LATEST : 0
34
+
31
35
jobs :
32
36
pnpm_install :
33
37
runs-on : ubuntu-latest
34
38
steps :
35
- - uses : actions/checkout@v4.1.1
39
+ - uses : actions/checkout@v4.2.2
36
40
with :
37
41
fetch-depth : 0
38
42
submodules : true
39
43
- uses : pnpm/action-setup@v4
40
- - uses : actions/setup-node@v4.0.4
44
+ - uses : actions/setup-node@v4.2.0
41
45
with :
42
46
node-version-file : ' .node-version'
43
47
cache : ' pnpm'
@@ -63,19 +67,19 @@ jobs:
63
67
eslint-cache-version : v1
64
68
eslint-cache-path : ${{ github.workspace }}/node_modules/.cache/eslint-${{ matrix.workspace }}
65
69
steps :
66
- - uses : actions/checkout@v4.1.1
70
+ - uses : actions/checkout@v4.2.2
67
71
with :
68
72
fetch-depth : 0
69
73
submodules : true
70
74
- uses : pnpm/action-setup@v4
71
- - uses : actions/setup-node@v4.0.4
75
+ - uses : actions/setup-node@v4.2.0
72
76
with :
73
77
node-version-file : ' .node-version'
74
78
cache : ' pnpm'
75
79
- run : corepack enable
76
80
- run : pnpm i --frozen-lockfile
77
81
- name : Restore eslint cache
78
- uses : actions/cache@v4.1 .0
82
+ uses : actions/cache@v4.2 .0
79
83
with :
80
84
path : ${{ env.eslint-cache-path }}
81
85
key : eslint-${{ env.eslint-cache-version }}-${{ matrix.workspace }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ github.ref_name }}-${{ github.sha }}
@@ -93,12 +97,12 @@ jobs:
93
97
- sw
94
98
- misskey-js
95
99
steps :
96
- - uses : actions/checkout@v4.1.1
100
+ - uses : actions/checkout@v4.2.2
97
101
with :
98
102
fetch-depth : 0
99
103
submodules : true
100
104
- uses : pnpm/action-setup@v4
101
- - uses : actions/setup-node@v4.0.4
105
+ - uses : actions/setup-node@v4.2.0
102
106
with :
103
107
node-version-file : ' .node-version'
104
108
cache : ' pnpm'
0 commit comments