mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[git actions] Bump nodejs version for git actions
This commit is contained in:
2
.github/workflows/unitTests.yml
vendored
2
.github/workflows/unitTests.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Caching dependencies
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '16'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: |
|
||||
./npm-shrinkwrap.json
|
||||
|
||||
Reference in New Issue
Block a user