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

Unverified Commit a0407dc0 authored by Simon Chan's avatar Simon Chan
Browse files

chore: update ci node version

parent bff44f98
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,10 +18,10 @@ jobs:
      - name: Checkout
        uses: actions/checkout@v3

      - name: Use Node.js 16.x
      - name: Use Node.js 18.x
        uses: actions/setup-node@v3
        with:
          node-version: 16.x
          node-version: 18.x

      - run: node common/scripts/install-run-rush.js install
      - run: node common/scripts/install-run-rush.js build --verbose
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ jobs:

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

    steps:
      - name: Checkout