Switch to @yao-pkg/pkg an node 22
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2e07484..ad5b149 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -13,7 +13,7 @@
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
- node-version: '18'
+ node-version: '22'
cache: 'npm'
- run: npm ci
- run: npm test
@@ -25,7 +25,7 @@
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
- node-version: '18'
+ node-version: '22'
cache: 'npm'
- run: npm ci
- run: mkdir -p bin/linux bin/macos bin/win