diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6929ba2..a39ab88 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -3,14 +3,14 @@ name: Node CI on: [push, pull_request] jobs: test: - name: v18 @ ubuntu-latest + name: v20 @ ubuntu-latest runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - run: npm install - run: npm run build --if-present - run: npm run lint --if-present