File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,12 +95,12 @@ jobs:
9595 runs-on : ubuntu-latest
9696 strategy :
9797 matrix :
98- node-version : [20 .x]
98+ node-version : [24 .x]
9999
100100 steps :
101- - uses : actions/checkout@v4
101+ - uses : actions/checkout@v5
102102 - name : Use Node.js ${{ matrix.node-version }}
103- uses : actions/setup-node@v3
103+ uses : actions/setup-node@v4
104104 with :
105105 node-version : ${{ matrix.node-version }}
106106
@@ -133,14 +133,14 @@ jobs:
133133 NEXT_PUBLIC_INFINITE_LICENSE_KEY : ${{ secrets.NEXT_PUBLIC_INFINITE_LICENSE_KEY }}
134134 strategy :
135135 matrix :
136- node-version : [20 .x]
136+ node-version : [24 .x]
137137
138138 steps :
139- - uses : actions/checkout@v4
139+ - uses : actions/checkout@v5
140140 with :
141141 token : ${{ secrets.GITHUB_TOKEN }}
142142 - name : Use Node.js ${{ matrix.node-version }}
143- uses : actions/setup-node@v3
143+ uses : actions/setup-node@v4
144144 with :
145145 node-version : ${{ matrix.node-version }}
146146
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ jobs:
4545 CONVERTKIT_TAG_ID : ${{ secrets.CONVERTKIT_TAG_ID }}
4646 strategy :
4747 matrix :
48- node-version : [20 .x]
48+ node-version : [24 .x]
4949
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v5
5252
5353 - name : Use Node.js ${{ matrix.node-version }}
5454 uses : actions/setup-node@v4
7575 npm run build:all
7676
7777 - name : checkout infinite-www-dist repo
78- uses : actions/checkout@v4
78+ uses : actions/checkout@v5
7979 with :
8080 token : ${{ secrets.DEPLOY_GITHUB_TOKEN }}
8181 repository : infinite-table/infinite-www-dist
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525
2626 strategy :
2727 matrix :
28- node-version : [20 .x]
28+ node-version : [24 .x]
2929
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 - name : Use Node.js ${{ matrix.node-version }}
3333 uses : actions/setup-node@v4
3434 with :
You can’t perform that action at this time.
0 commit comments