Skip to content

Commit

Permalink
Bump to v1.16.3 (#113)
Browse files Browse the repository at this point in the history
* Bump to v1.16.3

* Workflow updates
  • Loading branch information
TylerVigario authored Jun 7, 2023
1 parent 8e767ac commit 98ac953
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup Node.js v19
- name: Setup Node.js v20
uses: actions/setup-node@v3
with:
node-version: 19
node-version: 20
registry-url: 'https://registry.npmjs.org'

- run: npm ci
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Test

on: [push, pull_request]
on:
push:
tags-ignore:
- v*
pull_request:

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n2words",
"version": "1.16.2",
"version": "1.16.3",
"description": "n2words converts a numerical number into a written one, supports 27 languages and has zero dependencies.",
"keywords": [
"n2words",
Expand Down

0 comments on commit 98ac953

Please sign in to comment.