Update action to node20

This commit is contained in:
Tatyana Kostromskaya 2023-11-17 12:02:33 +00:00
parent e9ef242655
commit 4202241cca
3 changed files with 6 additions and 6 deletions

View file

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