diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6fce824..8d036ff 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,8 +16,8 @@ jobs: strategy: matrix: - os: [windows-latest, ubuntu-latest, macos-latest] - node-version: [16.x, 17.x, 18.x] + os: [windows-latest, ubuntu-latest, macos-latest, linux-latest] + node-version: [16.x, 17.x, 18.x, 19.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: