[*] upgrade node in release action (#435)

This commit is contained in:
Felicio Mununga 2023-06-29 11:39:10 +01:00 committed by GitHub
parent c53e5c50da
commit 291475afcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 16 node-version: 18
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- uses: changesets/action@v1 - uses: changesets/action@v1
id: changesets id: changesets