1
0
mirror of https://github.com/pavlobu/deskreen.git synced 2025-05-27 21:00:08 -07:00

fix release node versions

This commit is contained in:
Pavlo Buidenkov 2022-06-01 00:32:39 +02:00
parent 072c389b3e
commit 5381b8182d
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.4
with:
node-version: '12'
node-version: '16'
- name: Get yarn cache directory path
id: yarn-cache-dir-path

View File

@ -44,7 +44,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.4
with:
node-version: '12'
node-version: '16'
- name: Get yarn cache directory path
id: yarn-cache-dir-path