Skip to content

Commit 23930ab

Browse files
authored
Update ci.yml (#608)
* Update ci.yml * Update ci.yml
1 parent d865651 commit 23930ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
strategy:
1717
matrix:
18-
node: ['20.x', '22.x']
18+
node: ['22.x', '24.x']
1919
steps:
2020
- name: Checkout 🛎
2121
uses: actions/checkout@v4
@@ -46,7 +46,7 @@ jobs:
4646
run: yarn generate
4747
- name: Deploy
4848
uses: peaceiris/actions-gh-pages@v4
49-
if: ${{ github.event_name == 'push' && matrix.node == '20.x' }}
49+
if: ${{ github.event_name == 'push' && matrix.node == '24.x' }}
5050
with:
5151
github_token: ${{ secrets.GITHUB_TOKEN }}
5252
publish_dir: ./dist

0 commit comments

Comments
 (0)