diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index f0d1da8..f2fec68 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -53,8 +53,8 @@ jobs: node-version: [14.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ exclude: - - {os: windows-latest, node: 16.x} - - {os: macOS-latest, node: 16.x} + - {os: windows-latest, node-version: 16.x} + - {os: macOS-latest, node-version: 16.x} steps: - uses: actions/checkout@v2