Skip to content

Commit cd2a3bd

Browse files
authored
Merge pull request #18 from stoplightio/ci-fix
chore: update node in ci
2 parents 518931e + 3222d20 commit cd2a3bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 18
16+
node-version: 20
1717
- run: npm ci
1818
- run: npm test
1919
- run: npm run type-check

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 18
17+
node-version: 20
1818
cache: npm
1919
- run: npm ci
2020
- run: npm test

0 commit comments

Comments
 (0)