diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f4db03..34d6f4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,13 +12,13 @@ jobs: strategy: matrix: - node-version: [ '16', '18' ] + node-version: [ '16', '18', '20' ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }}