Skip to content

Commit

Permalink
fix(ci): use latest bun
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Jun 1, 2024
1 parent 58ebe96 commit c943736
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:

- name: Setup Bun Runtime
uses: antongolub/action-setup-bun@v1
with:
bun-version: 1.0.21 # Issue above 1.0.23 https://github.com/oven-sh/bun/issues/8201

# Using npm it is faster to cache the node modules. Using bun it seems like it is not.
#- name: Cache node_modules
Expand Down
2 changes: 1 addition & 1 deletion src/app/core/helpers/iana/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const IANASignedLanguages = [
{signed: 'eth', spoken: 'am', country: 'et', abbreviation: ''}, // Ethiopian Sign Language
{signed: 'fss', spoken: 'fi', country: 'fi', abbreviation: ''}, // Finland-Swedish Sign Language
{signed: 'fse', spoken: 'fi', country: 'fi', abbreviation: ''}, // Finnish Sign Language
{signed: 'fsl', spoken: 'fr', country: 'fr', abbreviation: ''}, // French Sign Language
{signed: 'fsl', spoken: 'fr', country: 'fr', abbreviation: 'LSF'}, // French Sign Language
{signed: 'gsg', spoken: 'de', country: 'de', abbreviation: 'DGS'}, // German Sign Language
{signed: 'gds', spoken: 'ne', country: 'np', abbreviation: ''}, // Ghandruk Sign Language
{signed: 'gse', spoken: 'ak', country: 'gh', abbreviation: ''}, // Ghanaian Sign Language
Expand Down

0 comments on commit c943736

Please sign in to comment.