Skip to content

Commit 533fc1a

Browse files
committed
Merge branch 'develop'
2 parents 94e480c + 2bf4be2 commit 533fc1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: 18
21+
node-version: 20
2222
- name: Reconfigure git to use HTTP authentication
2323
run: >
2424
git config --global url."https://github.com/".insteadOf

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [18.x, 20.x]
14+
node-version: [20.x]
1515

1616
steps:
1717
- name: Checkout Repository

0 commit comments

Comments
 (0)