diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e307356..86f8951 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,13 +9,13 @@ jobs: strategy: matrix: # the Node.js versions to build on - node-version: [12.x, 13.x, 14.x, 15.x, 16.x] + node-version: [13.x, 14.x, 15.x, 16.x, 17.x, 18.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }}