1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-07 23:05:26 +02:00

chore(deps): upgrade babel [EE-5219] (#9034)

This commit is contained in:
Chaim Lev-Ari 2023-06-11 08:44:20 +07:00 committed by GitHub
parent 3233987a21
commit f799dd86c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4292 additions and 8085 deletions

View file

@ -21,7 +21,7 @@ jobs:
run: cd ./api && go get -t -v -d ./...
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18'
cache: 'yarn'
- run: yarn --frozen-lockfile