Skip to content

Commit 1baa174

Browse files
committed
wip
1 parent f78aec5 commit 1baa174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-it.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v3
99
- uses: actions/setup-node@v2
1010
with:
11-
node-version: '18.x'
11+
node-version: '20.x'
1212
cache: 'pnpm'
1313
- uses: pnpm/action-setup@v2
1414
with:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [ 18 ]
10+
node-version: [ 20 ]
1111

1212
permissions:
1313
# Required to check out the code

0 commit comments

Comments
 (0)