Loading .github/workflows/nodejs.yml +1 −1 Original line number Diff line number Diff line Loading @@ -27,8 +27,8 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: node common/scripts/install-run-rush.js change -v - run: node common/scripts/install-run-rush.js install - run: node common/scripts/install-run-rush.js change -v - run: node common/scripts/install-run-rush.js build --verbose - run: npx next export Loading rush.json +2 −2 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ * LTS schedule: https://nodejs.org/en/about/releases/ * LTS versions: https://nodejs.org/en/download/releases/ */ "nodeSupportedVersionRange": ">=14.15.0 <15.0.0 || >=16.13.0 <17.0.0", "nodeSupportedVersionRange": ">=16.13.0 <17.0.0 || >= 18.0.0 <19.0.0", /** * Odd-numbered major versions of Node.js are experimental. Even-numbered releases * spend six months in a stabilization period before the first Long Term Support (LTS) version. Loading Loading @@ -438,7 +438,7 @@ }, { "packageName": "@yume-chan/b-tree", "projectFolder": "libraries/b-tree", "projectFolder": "libraries/b-tree" }, { "packageName": "@yume-chan/dataview-bigint-polyfill", Loading Loading
.github/workflows/nodejs.yml +1 −1 Original line number Diff line number Diff line Loading @@ -27,8 +27,8 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: node common/scripts/install-run-rush.js change -v - run: node common/scripts/install-run-rush.js install - run: node common/scripts/install-run-rush.js change -v - run: node common/scripts/install-run-rush.js build --verbose - run: npx next export Loading
rush.json +2 −2 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ * LTS schedule: https://nodejs.org/en/about/releases/ * LTS versions: https://nodejs.org/en/download/releases/ */ "nodeSupportedVersionRange": ">=14.15.0 <15.0.0 || >=16.13.0 <17.0.0", "nodeSupportedVersionRange": ">=16.13.0 <17.0.0 || >= 18.0.0 <19.0.0", /** * Odd-numbered major versions of Node.js are experimental. Even-numbered releases * spend six months in a stabilization period before the first Long Term Support (LTS) version. Loading Loading @@ -438,7 +438,7 @@ }, { "packageName": "@yume-chan/b-tree", "projectFolder": "libraries/b-tree", "projectFolder": "libraries/b-tree" }, { "packageName": "@yume-chan/dataview-bigint-polyfill", Loading