Update action to node20

This commit is contained in:
Tatyana Kostromskaya
2023-11-17 15:54:11 +00:00
parent f156874f81
commit 3a014131e9
6 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Setup Node.JS
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: 'npm'
- name: Install dependencies