File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,15 @@ jobs:
1212
1313 strategy :
1414 matrix :
15- node-version : [20 .x]
15+ node-version : [22 .x]
1616
1717 steps :
1818 - uses : actions/checkout@v2
1919 - name : Use Node.js ${{ matrix.node-version }}
2020 uses : actions/setup-node@v1
2121 with :
2222 node-version : ${{ matrix.node-version }}
23+ - run : npm install --global corepack@latest
2324 - run : corepack enable
2425 - run : pnpm i --frozen-lockfile
2526 - run : pnpm build
Original file line number Diff line number Diff line change 33 "version" : " 9.1.1" ,
44 "description" : " Parse METAR and TAF reports" ,
55 "homepage" : " https://aeharding.github.io/metar-taf-parser" ,
6- "packageManager" : " pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3 " ,
6+ "packageManager" : " pnpm@10.1.0+sha512.c89847b0667ddab50396bbbd008a2a43cf3b581efd59cf5d9aa8923ea1fb4b8106c041d540d08acb095037594d73ebc51e1ec89ee40c88b30b8a66c0fae0ac1b " ,
77 "keywords" : [
88 " aviation" ,
99 " weather" ,
You can’t perform that action at this time.
0 commit comments