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 72898ce commit f685236Copy full SHA for f685236
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Use node version 16
44
uses: actions/setup-node@v4
45
with:
46
- node-version: 16
+ node-version: 22
47
- run: npm ci
48
- run: npm run coverage
49
- run: npm run coverage:report
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
registry-url: 'https://registry.npmjs.org'
73
74
- run: npm publish
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
102
- run: npm version "$(npm view currency.js@latest version)-${GITHUB_SHA:0:8}" --allow-same-version --no-git-tag-version
0 commit comments