Skip to content

Commit 6744d44

Browse files
authored
Upgrade nodejs, pnpm and corepack (#119)
Fixed some broken key pinning
1 parent 870a65f commit 6744d44

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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",

0 commit comments

Comments
 (0)