Skip to content

Commit 0bd8cdf

Browse files
committed
fix script:
1 parent 5581794 commit 0bd8cdf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/nextjs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,16 @@ concurrency:
1616
group: "pages"
1717
cancel-in-progress: false
1818

19-
2019
jobs:
2120
build:
2221
runs-on: ubuntu-latest
2322
strategy:
2423
matrix:
2524
node-version: [20]
2625
steps:
27-
# 1. Checkout the repository
28-
- name: Checkout Repository
29-
uses: actions/checkout@v4
26+
# 1. Checkout the repository
27+
- name: Checkout Repository
28+
uses: actions/checkout@v4
3029

3130
# 2. Setup Node.js
3231
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)