fix: bump node version in release workflow

This commit is contained in:
vladislav doster 2023-04-02 06:47:38 -05:00 committed by GitHub
parent 6a5d2b11a3
commit 938f48375b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,10 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache-dependency-path: '**/.github/workflows/release.yml'
cache: 'npm'
check-latest: true
node-version: '16'
node-version: '18'
- name: Fetch dependencies
run: |