Skip to content

Commit

Permalink
fixup! Refactor(ci): Use setup-node cache instead of bahmutov/npm-ins…
Browse files Browse the repository at this point in the history
…tall
  • Loading branch information
literat committed Jul 19, 2024
1 parent 46f7a1f commit 2944238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-node@v4
with:
# node-version: ${{ matrix.node-version }}
node-version: 20
node-version: 18
cache: 'yarn'

- name: Install dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './UNSTABLE_Truncate';
export { default as UNSTABLE_Truncate } from './UNSTABLE_Truncate';
export * from './useTruncateStyleProps';
// some comment
// some comment

0 comments on commit 2944238

Please sign in to comment.