Skip to content

Commit dd2f00c

Browse files
committed
Release v1.6.13
1 parent 5d3ffd3 commit dd2f00c

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/publish-on-tag.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
17+
- name: Set up Node.js
18+
uses: actions/setup-node@v4
19+
with:
20+
node-version: 20
21+
registry-url: 'https://registry.npmjs.org'
22+
- name: Update npm
23+
run: npm install -g npm@latest
1724
- name: Publish
18-
env:
19-
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
2025
run: |
21-
npm config set access public
22-
npm config set registry 'https://wombat-dressing-room.appspot.com/'
23-
npm config set '//wombat-dressing-room.appspot.com/:_authToken' '${NPM_TOKEN}'
2426
npm publish --provenance --access public

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unicode/unicode-15.0.0",
3-
"version": "1.6.12",
3+
"version": "1.6.13",
44
"description": "JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v15.0.0’s categories, scripts, blocks, bidi, and other properties.",
55
"homepage": "https://github.com/node-unicode/unicode-15.0.0",
66
"main": "index.js",

0 commit comments

Comments
 (0)