ci: missing installation
This commit is contained in:
parent
7ed2f3e655
commit
f8fc37d667
|
@ -22,4 +22,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version-file: '.node-version'
|
node-version-file: '.node-version'
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
|
- run: corepack enable
|
||||||
|
- run: pnpm i --frozen-lockfile
|
||||||
- run: cd locales && node verify.js
|
- run: cd locales && node verify.js
|
||||||
|
|
Loading…
Reference in New Issue