Skip to content

Commit

Permalink
Merge pull request #910 from cornell-dti/release_16
Browse files Browse the repository at this point in the history
downgrade release.yml to node v16
  • Loading branch information
rgu0114 authored Nov 22, 2024
2 parents e6a1146 + a7736e8 commit 1d372dc
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 @@ -12,7 +12,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 16.x
- name: Install
run: yarn install
- name: Build Client
Expand Down

0 comments on commit 1d372dc

Please sign in to comment.