Skip to content

Commit

Permalink
ci: 升级打包文档时的node版本
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoJikun committed May 26, 2024
1 parent 145ddfb commit a42e6f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
strategy:
matrix:
node-version: [16.x]
npm-version: [7.x]
node-version: [18.x]
npm-version: [9.x]
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
Expand Down

0 comments on commit a42e6f7

Please sign in to comment.