Skip to content

Commit

Permalink
chore: upgrade package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed Nov 27, 2023
1 parent 11722b1 commit d0d4c8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ description: Setup Node.js and install dependencies
runs:
using: composite
steps:
- name: Enable corepack
run: corepack enable
shell: bash

- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"engines": {
"node": ">= 16.0.0"
},
"packageManager": "^[email protected].15",
"packageManager": "[email protected].21",
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
Expand Down

0 comments on commit d0d4c8b

Please sign in to comment.