We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd1e11 commit 592af0aCopy full SHA for 592af0a
2 files changed
.changeset/wet-tomatoes-impress.md
@@ -0,0 +1,5 @@
1
+---
2
+'react-loqate': patch
3
4
+
5
+fix node version
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Node.js
16
uses: actions/setup-node@v3
17
with:
18
- node-version: 18
+ node-version: 24
19
20
- uses: pnpm/action-setup@v2
21
name: Install pnpm
@@ -52,7 +52,7 @@ jobs:
52
- name: Install node.js
53
54
55
56
57
58
@@ -75,7 +75,7 @@ jobs:
75
${{ runner.os }}-pnpm-store-
76
77
- name: Upgrade npm for trusted publishing
78
- run: npm i -g npm@^11.6.4
+ run: npm i -g npm@^11.11.0
79
80
- name: Create and publish versions
81
uses: changesets/action@v1
0 commit comments