diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 928cc15..b5d4b6c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -10,11 +10,11 @@ jobs: contents: write steps: - name: Git checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: '14' + node-version: '20' registry-url: 'https://registry.npmjs.org' - name: Install NPM dependencies run: npm ci