Loading .github/workflows/deploy.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading .github/workflows/test.yml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ jobs: strategy: matrix: node-version: [16.x, 18.x] node-version: [18.x, 20.x] steps: - name: Checkout Loading Loading
.github/workflows/deploy.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
.github/workflows/test.yml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ jobs: strategy: matrix: node-version: [16.x, 18.x] node-version: [18.x, 20.x] steps: - name: Checkout Loading