diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index e7196f1..d0eea65 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -12,6 +12,9 @@ jobs: steps: - uses: actions/checkout@v1 + - uses: actions/setup-node@v1 + with: + node-version: '12.x' - name: Install latest npm run: | sudo npm install -g npm@ diff --git a/package.json b/package.json index c1d161b..487dda4 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ ] }, "engines": { - "node": ">=10.0.0", + "node": ">=12.0.0", "npm": ">=6.0.0" }, "release": {