File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- node-version : [18, 20, 22 ]
13+ node-version : [22, 24 ]
1414 steps :
1515 - uses : actions/checkout@v4
1616 - uses : volta-cli/action@v4
@@ -40,15 +40,16 @@ jobs:
4040 env :
4141 DATABASE_URL : ${{ secrets.DEV_DATABASE_URL }}
4242 run : pnpm migrate
43+
4344 # TODO uncomment the deployment step when you have configured the secrets.
4445 # deploy-dev:
4546 # needs: [test-and-build, migrate-dev]
4647 # runs-on: ubuntu-latest
4748 # steps:
4849 # - uses: actions/checkout@v4
49- # - uses: volta-cli/action@v3
50+ # - uses: volta-cli/action@v4
5051 # with:
51- # node-version: 20
52+ # node-version: 22
5253
5354 # - name: Install doctl
5455 # uses: digitalocean/action-doctl@v2
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 strategy :
1010 matrix :
11- node-version : [18, 20, 22 ]
11+ node-version : [22, 24 ]
1212 steps :
1313 - uses : actions/checkout@v4
1414 - uses : volta-cli/action@v4
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- node-version : [18, 20, 22 ]
13+ node-version : [22, 24 ]
1414 steps :
1515 - uses : actions/checkout@v4
1616 - uses : volta-cli/action@v4
@@ -40,15 +40,16 @@ jobs:
4040 env :
4141 DATABASE_URL : ${{ secrets.PROD_DATABASE_URL }}
4242 run : pnpm migrate
43+
4344 # TODO uncomment the deployment step when you have configured the secrets.
4445 # deploy-prod:
4546 # needs: [test-and-build, migrate-prod]
4647 # runs-on: ubuntu-latest
4748 # steps:
4849 # - uses: actions/checkout@v4
49- # - uses: volta-cli/action@v3
50+ # - uses: volta-cli/action@v4
5051 # with:
51- # node-version: 20
52+ # node-version: 22
5253
5354 # - name: Install doctl
5455 # uses: digitalocean/action-doctl@v2
You can’t perform that action at this time.
0 commit comments