chore: use node 16 for the release workflow

This commit is contained in:
Daniel Rochetti 2023-03-31 07:15:55 -07:00
parent 1724bc37e7
commit d7a4a5e390
No known key found for this signature in database
GPG Key ID: 791E89AB68BDD5DB

View File

@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
scope: '@fal'
- name: Install dependencies