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 a58fbbf commit 982d588
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 @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
# supporting primarily LTS
node-version: [18, 20]
node-version: [22]

steps:
- name: Checkout
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 982d588

Please sign in to comment.