diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 596c19f..3229f86 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -20,10 +20,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Use Node.js 14.x + - name: Use Node.js 20.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 20.x - name: Install npm packages run: yarn --frozen-lockfile