From 22d0fa9bcfd44bbada922f4955c16728330764c8 Mon Sep 17 00:00:00 2001 From: Keyhan Vakil Date: Sat, 24 Sep 2022 06:39:04 +0000 Subject: [PATCH] test: blindly attempt to re-enable nightly I disabled this in #404. This is a PR so I can futz around with it and try to figure out why the mirror isn't working. --- .github/workflows/push.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5fccea42..c49cbd5d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -19,11 +19,10 @@ jobs: - version: 14.x - version: 16.x - version: 18.x - # These error with "Unexpected input(s) 'node-mirror' ...": - # - version: 19.x - # mirror: https://nodejs.org/download/nightly - # - version: 19.x - # mirror: https://nodejs.org/download/v8-canary + - version: 19.x + mirror: https://nodejs.org/download/nightly + - version: 19.x + mirror: https://nodejs.org/download/v8-canary # os: [ubuntu-latest, macos-latest] # Temporarily disable MacOS until # https://github.com/nodejs/node/issues/32981 is fixed @@ -36,7 +35,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node.version }} ${{ matrix.node.mirror }} - uses: No9/setup-node@mirror + uses: No9/setup-node@mirror with: node-version: ${{ matrix.node.version }} # TODO(mmarchini): re-enable once mirror is supported on setup-node