update workflows to node20

This commit is contained in:
Tatyana Kostromskaya
2023-08-28 16:40:06 +02:00
parent 3d652d3133
commit b61854c5ca
6 changed files with 14 additions and 14 deletions

View File

@@ -18,10 +18,10 @@ jobs:
- name: verify package exists
run: ls packages/${{ github.event.inputs.package }}
- 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