diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 82214a5..d04c975 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.13.2 + node-version: 18 cache: npm - run: npm install @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.13.2 + node-version: 18 cache: npm - run: npm install - run: npm run lint @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.13.2 + node-version: 18 cache: npm - run: npm install - run: npm run build:lib