Skip to content

Commit

Permalink
Updated setup node action in workflows files
Browse files Browse the repository at this point in the history
  • Loading branch information
TOPOFGR committed Nov 18, 2020
1 parent 39868ad commit 8e931a3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.2
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.1
uses: actions/setup-node@v2-beta
with:
node-version: '12.x'
- name: npm install, build, and test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
ref: ${{ github.ref }}
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.1
uses: actions/setup-node@v2-beta
with:
node-version: '12.x'
- name: Installing dependencies
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.2
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.1
uses: actions/setup-node@v2-beta
with:
node-version: '12.x'
- name: Installing dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.2
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.1
uses: actions/setup-node@v2-beta
with:
node-version: '12.x'
- name: npm install, build, and test
Expand Down
4 changes: 2 additions & 2 deletions src/pages/User/__snapshots__/User.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ exports[`<User /> rendering should render without crashing 1`] = `
<input
class=""
type="text"
value="10-02-20"
value="11-18-20"
/>
</div>
</div>
Expand Down Expand Up @@ -429,7 +429,7 @@ exports[`<User /> rendering should render without crashing 1`] = `
<p
class="date"
>
Fri, Oct 2, 2020
Wed, Nov 18, 2020
</p>
</div>
</div>
Expand Down

0 comments on commit 8e931a3

Please sign in to comment.