File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 66 - main
77jobs :
88 deploy :
9- runs-on : ' ubuntu-latest'
9+ runs-on : " ubuntu-latest"
1010 environment : github-pages
1111 env :
1212 VITE_HONEYBADGER_API_KEY : ${{ secrets.HONEYBADGER_API_KEY }}
1717 - uses : actions/checkout@v2
1818 - uses : actions/setup-node@v2
1919 with :
20- node-version : 16
20+ node-version : 22
2121 cache : " yarn"
2222 - run : yarn
2323 - run : yarn predeploy
2828 keep_files : true
2929 - uses : honeybadger-io/github-notify-deploy-action@v1
3030 with :
31- api_key : ${{ secrets.HONEYBADGER_API_KEY }}
31+ api_key : ${{ secrets.HONEYBADGER_API_KEY }}
Original file line number Diff line number Diff line change 55
66jobs :
77 build :
8- runs-on : ' ubuntu-latest'
8+ runs-on : " ubuntu-latest"
99
1010 steps :
1111 - uses : actions/checkout@v2
1212 - uses : actions/setup-node@v2
1313 with :
14- node-version : 16
14+ node-version : 22
1515 cache : " yarn"
1616 - run : yarn
1717 - run : yarn build
Original file line number Diff line number Diff line change 99
1010jobs :
1111 deploy :
12- runs-on : ' ubuntu-latest'
12+ runs-on : " ubuntu-latest"
1313 environment : github-pages
1414 env :
1515 VITE_HONEYBADGER_API_KEY : ${{ secrets.HONEYBADGER_API_KEY }}
2020 - uses : actions/checkout@v2
2121 - uses : actions/setup-node@v2
2222 with :
23- node-version : 16
23+ node-version : 22
2424 cache : " yarn"
2525 - run : yarn
2626 - run : yarn predeploy
3535 github_token : ${{ secrets.GITHUB_TOKEN }}
3636 publish_dir : ./dist
3737 keep_files : true
38- destination_dir : ${{ github.ref }}
38+ destination_dir : ${{ github.ref }}
You can’t perform that action at this time.
0 commit comments