1
0
Fork 0
pull/1508/head
Tatyana Kostromskaya 2023-08-28 17:09:50 +02:00
parent 2f1b34f165
commit c171cf52fb
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
- name: npm install
run: npm install