Skip to content

Commit

Permalink
fix: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfu1 committed Apr 29, 2024
1 parent b4db0cc commit f76bc2c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [latest]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [latest]
steps:
- name: checkout code repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: publish to npm
run: pnpm run release
run: pnpm run release
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
node-version: [16.x]
node-version: [latest]
steps:
- name: checkout code repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/v2-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
node-version: [16.x]
node-version: [latest]
steps:
- name: checkout code repository
uses: actions/checkout@v3
Expand Down

0 comments on commit f76bc2c

Please sign in to comment.