diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3a9a037f..9811f848 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -12,10 +12,16 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [20.x] + python-version: [3.10] steps: - uses: actions/checkout@v3 + - name: Use Python ${{ matrix.python-version }} + uses: actions/setup-python@v5.0.0 + with: + python-version: ${{ matrix-python-version }} + cache: 'pip' - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: