Skip to content

Commit

Permalink
ci(release): update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Jan 24, 2024
1 parent 57f6c45 commit 4915bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
ref: ${{ github.ref }}

- name: Setup Node and Yarn Cache
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: 'yarn'

- name: Get variables
Expand Down

0 comments on commit 4915bd8

Please sign in to comment.