File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11name : Development workflow
22permissions :
3- contents : read
3+ contents : read
44
55on :
66 push :
2626 - name : ' 🔧 Setup Node.js'
2727 uses : actions/setup-node@v4
2828 with :
29- node-version : ' 20 '
29+ node-version : ' 24 '
3030
3131 - name : ' 📦 install dependencies'
3232 run : pnpm install --frozen-lockfile
7272 - name : ' 🔧 Setup Node.js'
7373 uses : actions/setup-node@v4
7474 with :
75- node-version : ' 20 '
75+ node-version : ' 24 '
7676
7777 - name : ' 📦 install dependencies'
7878 run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 3737 - name : ' 🔧 Setup Node.js'
3838 uses : actions/setup-node@v4
3939 with :
40- node-version : ' 20 '
40+ node-version : ' 24 '
4141
4242 - uses : googleapis/release-please-action@v4
4343 with :
You can’t perform that action at this time.
0 commit comments