Skip to content

Commit

Permalink
chore: add .node-version file
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksiikhr committed Jan 23, 2022
1 parent 6251de2 commit 34a22d6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version-file: '.node-version'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version-file: '.node-version'
registry-url: 'https://registry.npmjs.org'

- name: Get yarn cache directory path
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version-file: '.node-version'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.13.2
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<p>
<a href="https://github.com/Alexeykhr/vue-stripe-menu/actions/workflows/release.yml" rel="nofollow"><img src="https://github.com/Alexeykhr/vue-stripe-menu/actions/workflows/release.yml/badge.svg" alt="Build Status"></a>
<a href="https://app.netlify.com/sites/vue-stripe-menu/deploys" rel="nofollow"><img src="https://api.netlify.com/api/v1/badges/4865304f-e368-4f24-9242-dad6d3176e5c/deploy-status" alt="Netlify Status"></a>
<a href="https://www.npmjs.com/package/vue-stripe-menu" rel="nofollow"><img src="https://img.shields.io/npm/v/vue-stripe-menu.svg" alt="Version"></a>
<a href="https://lgtm.com/projects/g/Alexeykhr/vue-stripe-menu/alerts/" rel="nofollow"><img src="https://img.shields.io/lgtm/alerts/g/Alexeykhr/vue-stripe-menu.svg?logo=lgtm&logoWidth=18" alt="Total alerts"></a>
<a href="https://npmcharts.com/compare/vue-stripe-menu?minimal=true"><img src="https://img.shields.io/npm/dm/vue-stripe-menu.svg" alt="Downloads"></a>
Expand Down
1 change: 1 addition & 0 deletions docs/.node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.13.2

0 comments on commit 34a22d6

Please sign in to comment.