diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/frontend.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/translations.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 28aa6e2ad7..d31c55509f 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v3 with: - node-version: '16.9.1' + node-version-file: '.nvmrc' cache: 'npm' cache-dependency-path: gui/package-lock.json diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 1fd46c98d6..8bdf3a747a 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v3 with: - node-version: '16.9.1' + node-version-file: '.nvmrc' cache: 'npm' cache-dependency-path: gui/package-lock.json |
