Skip to content

Commit

Permalink
update node version for build action
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Dec 31, 2023
1 parent 28c3581 commit 42f2e31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-latest-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18.15.0
node-version: 21

- run: npm install
- run: npm run test-coverage
Expand All @@ -40,7 +40,7 @@ jobs:
# setup global dependencies
- uses: actions/setup-node@v3
with:
node-version: 18.15.0
node-version: 20
- run: npm install -g pkg

# build server project
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18.15.0
node-version: 20

- run: npm install
- run: npm run test
Expand All @@ -29,7 +29,7 @@ jobs:
# setup global dependencies
- uses: actions/setup-node@v3
with:
node-version: 18.15.0
node-version: 20
- run: npm install -g pkg

# build server project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18.15.0
node-version: 20
- run: npm install -g pkg

- run: npm install
Expand Down

0 comments on commit 42f2e31

Please sign in to comment.