Skip to content

Commit f1fa449

Browse files
committed
Use node v20
1 parent 534d1be commit f1fa449

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: '18'
14+
node-version: '20'
1515
- run: npm ci --ignore-scripts
1616
- run: npm run build
1717
- run: npm test

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: '18'
14+
node-version: '20'
1515
- run: npm ci --ignore-scripts
1616
- run: npm run build
1717
- run: npm run doc

0 commit comments

Comments
 (0)