We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e05a5 commit f05d3c3Copy full SHA for f05d3c3
.changeset/purple-birds-know.md
@@ -0,0 +1,5 @@
1
+---
2
+"@greenlabs/rescript-daum-postcode": minor
3
4
+
5
+Support ReScript v11
.github/workflows/release.yml
@@ -17,9 +17,9 @@ jobs:
17
uses: actions/checkout@v2
18
19
- name: Setup Node.js
20
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
21
with:
22
- node-version: '14'
+ node-version: '20'
23
24
- name: Install Dependencies
25
run: yarn boot
0 commit comments