Skip to content

Commit

Permalink
chore(ci): run ci with node 20.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayllyz committed Aug 3, 2024
1 parent 2e05d03 commit 3265b23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20.9.0'
node-version: '20.16.0'
- uses: actions/cache@v3
with:
path: |
Expand All @@ -38,9 +38,9 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20.9.0'
node-version: '20.16.0'
- uses: actions/cache@v3
with:
path: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
- uses: actions/checkout@v3
- run: sed -i -E "s/(docker:.+)/Dockerfile/" ./action.yml
- run: echo -n '' > .dockerignore
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20.9.0'
node-version: '20.16.0'
- uses: actions/cache@v3
with:
path: |
Expand All @@ -31,9 +31,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20.9.0'
node-version: '20.16.0'
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit 3265b23

Please sign in to comment.