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

Commit bd64395a authored by Simon Chan's avatar Simon Chan
Browse files

chore: allow node 18

parent 2c8eb8fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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.
@@ -438,7 +438,7 @@
        },
        {
            "packageName": "@yume-chan/b-tree",
            "projectFolder": "libraries/b-tree",
            "projectFolder": "libraries/b-tree"
        },
        {
            "packageName": "@yume-chan/dataview-bigint-polyfill",