Skip to content

Commit

Permalink
fix: github action setup-node master version used
Browse files Browse the repository at this point in the history
  • Loading branch information
LijuJoseJJ committed Sep 24, 2020
1 parent 1fc0bb8 commit 810bfa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@master

- uses: actions/setup-node@v1
- uses: actions/setup-node@master
with:
version: 11.15

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@master

- uses: actions/setup-node@v1
- uses: actions/setup-node@master
with:
node-version: ${{ matrix.node }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "general-number",
"version": "0.0.1",
"version": "1.0.0",
"description": "A general number class for easily converting a number to various types",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 810bfa5

Please sign in to comment.