We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d865651 commit 23930abCopy full SHA for 23930ab
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-24.04
16
strategy:
17
matrix:
18
- node: ['20.x', '22.x']
+ node: ['22.x', '24.x']
19
steps:
20
- name: Checkout 🛎
21
uses: actions/checkout@v4
@@ -46,7 +46,7 @@ jobs:
46
run: yarn generate
47
- name: Deploy
48
uses: peaceiris/actions-gh-pages@v4
49
- if: ${{ github.event_name == 'push' && matrix.node == '20.x' }}
+ if: ${{ github.event_name == 'push' && matrix.node == '24.x' }}
50
with:
51
github_token: ${{ secrets.GITHUB_TOKEN }}
52
publish_dir: ./dist
0 commit comments