File tree Expand file tree Collapse file tree 8 files changed +4252
-3632
lines changed
Expand file tree Collapse file tree 8 files changed +4252
-3632
lines changed Original file line number Diff line number Diff line change 3838 git fetch --unshallow
3939 git checkout development
4040 git pull
41- git merge --no-ff origin/${{ inputs.main_branch }} -m "Back-merge ${{ inputs.main_branch }} into development"
41+ git merge --no-ff origin/${{ inputs.main_branch }} -m "🔀 Back-merge ${{ inputs.main_branch }} into development"
4242 git push
Original file line number Diff line number Diff line change @@ -15,44 +15,21 @@ runs:
1515 using : " composite"
1616
1717 steps :
18- - name : Install Node.js ${{ matrix.node-version }}
19- uses : actions/setup-node@v3
20- with :
21- node-version : ${{ matrix.node-version }}
22-
2318 - name : Install pnpm
24- uses : pnpm/action-setup@v2
19+ uses : pnpm/action-setup@v3
2520 id : pnpm-install
2621 with :
2722 version : 9
2823 run_install : false
2924
30- - name : Set pnpm home
31- shell : bash
32- run : |
33- echo "PNPM_HOME=$HOME/.local/share/pnpm" >> $GITHUB_ENV
34- echo "$HOME/.local/share/pnpm" >> $GITHUB_PATH
35-
36- - name : Get pnpm store directory
37- id : pnpm-cache
38- shell : bash
39- run : |
40- echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
41-
42- - name : Setup pnpm cache
43- uses : actions/cache@v3
25+ - name : Install Node.js ${{ matrix.node-version }}
26+ uses : actions/setup-node@v4
4427 with :
45- path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
46- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
47- restore-keys : |
48- ${{ runner.os }}-pnpm-store-
49-
50- - name : Authenticate for private NPM package
51- shell : bash
28+ node-version : ${{ matrix.node-version }}
29+ cache : pnpm
30+ registry-url : ' https://registry.npmjs.org'
5231 env :
53- NPM_TOKEN : ${{ inputs.npm_token }}
54- run : |
55- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
32+ NODE_AUTH_TOKEN : ${{ inputs.npm_token }}
5633
5734 - name : Install dependencies
5835 shell : bash
Original file line number Diff line number Diff line change 99 "lint" : " next lint"
1010 },
1111 "dependencies" : {
12- "@types/node" : " 20.11.30 " ,
13- "@types/react" : " 18.2.67 " ,
14- "@types/react-dom" : " 18.2.22 " ,
12+ "@types/node" : " 20.12.12 " ,
13+ "@types/react" : " 18.3.2 " ,
14+ "@types/react-dom" : " 18.3.0 " ,
1515 "eslint" : " 8.57.0" ,
16- "eslint-config-next" : " 14.1.4 " ,
17- "next" : " 14.1.4 " ,
16+ "eslint-config-next" : " 14.2.3 " ,
17+ "next" : " 14.2.3 " ,
1818 "next-runtime-env" : " link:../.." ,
19- "react" : " 18.2.0 " ,
20- "react-dom" : " 18.2.0 " ,
21- "typescript" : " 5.4.3 "
19+ "react" : " 18.3.1 " ,
20+ "react-dom" : " 18.3.1 " ,
21+ "typescript" : " 5.4.5 "
2222 }
2323}
You can’t perform that action at this time.
0 commit comments