Skip to content

Commit

Permalink
fix: temporarily lock to Node 18.x for CI/CD workflow (#1785)
Browse files Browse the repository at this point in the history
version-from-git is broken on Node20
fix we're waiting on: compulim/version-from-git#17
  • Loading branch information
mcintyre94 authored Oct 26, 2023
1 parent 3baf697 commit 6910664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: 18
cache: 'pnpm'

- name: Install dependencies
Expand Down

0 comments on commit 6910664

Please sign in to comment.