Skip to content

Commit f05d3c3

Browse files
committed
prepare release
1 parent b9e05a5 commit f05d3c3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/purple-birds-know.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@greenlabs/rescript-daum-postcode": minor
3+
---
4+
5+
Support ReScript v11

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
uses: actions/checkout@v2
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@v2
20+
uses: actions/setup-node@v4
2121
with:
22-
node-version: '14'
22+
node-version: '20'
2323

2424
- name: Install Dependencies
2525
run: yarn boot

0 commit comments

Comments
 (0)