Skip to content

Commit

Permalink
fix: bump node version in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster authored Apr 2, 2023
1 parent 6a5d2b1 commit 938f483
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 938f483

Please sign in to comment.