File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 - name : Checkout Repo
1616 uses : actions/checkout@master
1717
18- - name : Setup Node.js 22.x
19- uses : actions/setup-node@master
18+ - name : Setup Node.js 24
19+ uses : actions/setup-node@v6
2020 with :
21- node-version : 22.x
21+ node-version : 24
2222
2323 - name : Install Dependencies
2424 run : yarn --frozen-lockfile --ignore-scripts
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1414 fetch-depth : 0
1515
16- - name : Setup Node.js 22.x
17- uses : actions/setup-node@master
16+ - name : Setup Node.js 24
17+ uses : actions/setup-node@v6
1818 with :
19- node-version : 22.x
19+ node-version : 24
2020
2121 - name : Install Dependencies
2222 run : yarn --frozen-lockfile --ignore-scripts
You can’t perform that action at this time.
0 commit comments