Loading .github/workflows/nodejs.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ jobs: strategy: matrix: node-version: [14.x] node-version: [16.x, 18.x] steps: - uses: actions/checkout@v2 Loading rush.json +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ * path segment in the "$schema" field for all your Rush config files. This will ensure * correct error-underlining and tab-completion for editors such as VS Code. */ "rushVersion": "5.68.1", "rushVersion": "5.74.0", /** * The next field selects which package manager should be installed and determines its version. * Rush installs its own local copy of the package manager to ensure that your build process Loading @@ -24,7 +24,7 @@ * Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation * for details about these alternatives. */ "pnpmVersion": "6.29.1", "pnpmVersion": "6.32.24", // "npmVersion": "4.5.0", // "yarnVersion": "1.9.4", /** Loading Loading
.github/workflows/nodejs.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ jobs: strategy: matrix: node-version: [14.x] node-version: [16.x, 18.x] steps: - uses: actions/checkout@v2 Loading
rush.json +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ * path segment in the "$schema" field for all your Rush config files. This will ensure * correct error-underlining and tab-completion for editors such as VS Code. */ "rushVersion": "5.68.1", "rushVersion": "5.74.0", /** * The next field selects which package manager should be installed and determines its version. * Rush installs its own local copy of the package manager to ensure that your build process Loading @@ -24,7 +24,7 @@ * Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation * for details about these alternatives. */ "pnpmVersion": "6.29.1", "pnpmVersion": "6.32.24", // "npmVersion": "4.5.0", // "yarnVersion": "1.9.4", /** Loading