We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9f372 commit 826d573Copy full SHA for 826d573
2 files changed
.github/workflows/npm-release.yaml
@@ -8,11 +8,12 @@ jobs:
8
if: startsWith(github.ref, 'refs/tags/')
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
12
- - uses: actions/setup-node@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
13
with:
14
node-version: 20
15
registry-url: 'https://registry.npmjs.org'
16
+ - run: npm install -g npm@latest
17
- run: npm ci
18
- run: npm run pull-submodules
19
- run: npm run prepare-templates
package.json
@@ -23,7 +23,7 @@
23
},
24
"repository": {
25
"type": "git",
26
- "url": "https://github.com/fragaria/address-formatter"
+ "url": "git+https://github.com/fragaria/address-formatter.git"
27
28
"keywords": [
29
"address",
0 commit comments