Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c8eb8fc authored by Simon Chan's avatar Simon Chan
Browse files

chore: update node, rush and pnpm

parent cd530306
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ jobs:

    strategy:
      matrix:
        node-version: [14.x]
        node-version: [16.x, 18.x]

    steps:
      - uses: actions/checkout@v2
+2 −2
Original line number Diff line number Diff line
@@ -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
@@ -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",
    /**