Skip to content

Commit 0b582db

Browse files
committed
integration work
1 parent 2320faf commit 0b582db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
- name: Set up Node.js
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: '20' # specify your Node.js version
25+
node-version: '20.x' # specify your Node.js version
2626

2727
# Step 3: Install dependencies
2828
- name: Install dependencies
2929
run: npm i
3030
# step 4 Build
3131
- name: Run build
3232
run: npm build
33-
33+
3434

3535
# deploy:
3636
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)