Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
upgrade node versionto 16
  • Loading branch information
thefallentree authored Jun 20, 2023
1 parent 748aea1 commit 8da19cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Setup node and yarn
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: "14"
node-version: "16"
cache-dependency-path: "ui/yarn.lock"

- name: Install Yarn
Expand Down

0 comments on commit 8da19cc

Please sign in to comment.