diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50a70b8..05e03d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 20 - run: npm ci - run: npm run lint - run: npm test diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dd22085..2c596c6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ stages: - task: NodeTool@0 displayName: 'Install Node.js' inputs: - versionSpec: '10.x' + versionSpec: '20.x' - script: npm ci displayName: 'Install'