Skip to content

chore(deps): update dependency node to v22 #373

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/GHPages.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 22.x
- name: Install Packages
run: yarn
- name: Build docs
4 changes: 2 additions & 2 deletions .github/workflows/NodeCI.yml
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 22.x
- name: Install Target Packages
run: |+
yarn add -D eslint@6 --ignore-engines
@@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 22.x
- name: Install Target Packages
run: |+
yarn add -D eslint@7 --ignore-engines

Unchanged files with check annotations Beta

if (p.endsWith(".cached_schemastore/json.schemastore.org/prettierrc.json")) {
return { ...prettierrc, timestamp: Infinity };
}
console.log(`unknown:${p}`);

Check warning on line 28 in docs/.vitepress/shim/require-from-cache.mjs

GitHub Actions / lint

Unexpected console statement
return {};
}
});
return transformed.code;
} catch (e) {
console.error(`Transform error. base code:\n${base}`, e);

Check warning on line 30 in docs/.vitepress/vite-plugin.mjs

GitHub Actions / lint

Unexpected console statement
}
return undefined;
},