Skip to content

Commit

Permalink
ci: 统一 node version
Browse files Browse the repository at this point in the history
  • Loading branch information
wjgogogo committed Jan 23, 2024
1 parent 4b240b4 commit a884a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
node-version: [18]
node-version: [20]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
working-directory: s2-site
strategy:
matrix:
node-version: [18]
node-version: [20]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a884a65

Please sign in to comment.