Skip to content

Commit

Permalink
chore(deps): upgrade nodejs to v20 (#48)
Browse files Browse the repository at this point in the history
* Upgrade nodejs to v20

* Update build-pr.yml

* Update deploy-main.yml
  • Loading branch information
kfiven authored Apr 24, 2024
1 parent df527bc commit b7088d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4.0.2
with:
node-version: 18.12.1
node-version: 20.12.2
cache: "npm"
- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4.0.2
with:
node-version: 18.12.1
node-version: 20.12.2
cache: "npm"
- name: Install dependencies
run: npm ci
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4.0.2
with:
node-version: 18.12.1
node-version: 20.12.2
cache: "npm"
- run: npm ci
- run: npm run lint
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4.0.2
with:
node-version: 18.12.1
node-version: 20.12.2
cache: "npm"
- run: npm ci
- run: npm run typecheck
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4.0.2
with:
node-version: 18.12.1
node-version: 20.12.2
cache: "npm"
- run: npm ci
- run: npm run build
Expand Down

0 comments on commit b7088d9

Please sign in to comment.