Update default runtime to node20 (#1436)

* .

* update workflows
This commit is contained in:
Tatyana Kostromskaya
2023-08-29 17:01:52 +02:00
committed by GitHub
parent f43a0e5ff2
commit 97a652b800
5 changed files with 12 additions and 15913 deletions

View File

@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 20.x
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build