diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45a09853..ea754a8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '10.14' + node-version: '12.2' registry-url: https://registry.npmjs.org/ - name: Cache Node.js modules uses: actions/cache@v2 @@ -30,7 +30,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: '10.14' + node-version: '12.2' - name: Cache Node.js modules uses: actions/cache@v2 with: