diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 71a29548e3d0..78488bdfccd8 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,15 +9,15 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [8.x, 10.x, 12.x] + node-version: [8, 10, 12] os: [ubuntu-latest, windows-latest, macOS-latest] steps: - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} + - name: Use Node.js ${{ matrix.node_version }} uses: actions/setup-node@v1 with: - node-version: ${{ matrix.node-version }} + version: ${{ matrix.node_version }} - name: install, build, and test run: | yarn bootstrap --core