Skip to content

Commit

Permalink
chore: update yarn to use v4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kmye committed Dec 5, 2024
1 parent 7c2dea6 commit 5719360
Show file tree
Hide file tree
Showing 5 changed files with 2,733 additions and 2,023 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
distribution: 'temurin'
java-version: '17'

- uses: c-hive/gha-yarn-cache@v1
- uses: borales/actions-yarn@v4
- name: Yarn
run: cd ExampleProject && yarn install

Expand Down
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,13 @@ buck-out/

# Bundle artifact
*.jsbundle

# Yarn files

# Ignore yarn files.
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@
"ts-check": "npx tsc jailmonkey.d.ts --noEmit"
},
"typings": "./jailmonkey.d.ts",
"version": "2.8.1"
"version": "2.8.1",
"packageManager": "[email protected]+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d"
}
Loading

0 comments on commit 5719360

Please sign in to comment.