We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ota-meshi
JounQin
Learn more about funding links in repositories.
Report abuse
1 parent 103700e commit 1ef90c1Copy full SHA for 1ef90c1
.github/workflows/GHPages.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@v4
28
- uses: actions/setup-node@v4
29
with:
30
- node-version: 18.x
+ node-version: 22.x
31
- name: Install Packages
32
run: yarn
33
- name: Build docs
.github/workflows/NodeCI.yml
@@ -62,7 +62,7 @@ jobs:
62
- uses: actions/checkout@v4
63
64
65
- node-version: 14.x
66
- name: Install Target Packages
67
run: |+
68
yarn add -D eslint@6 --ignore-engines
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
yarn add -D eslint@7 --ignore-engines
0 commit comments