Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit da7cd1b

Browse files
author
Brad Hart
authored
Merge pull request #877 from EOSIO/dependabot/github_actions/master/actions/setup-node-46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea
Update actions/setup-node requirement to 46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea
2 parents 299b8dc + 5af2bac commit da7cd1b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
token: ${{ github.token }}
3131
- name: Setup Node.js ${{ matrix.node-version }}
32-
uses: actions/setup-node@1c5c1375b3817ad821719597effe8e3d6f764930
32+
uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
registry-url: 'https://registry.npmjs.org'

.github/workflows/integration-test-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ref: develop
1818
token: ${{ github.token }}
1919
- name: Setup Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@c6fd00ceb9747fb23ffdf72987450a2664414867
20+
uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
registry-url: 'https://registry.npmjs.org'

.github/workflows/integration-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ref: release/22.0.x
1818
token: ${{ github.token }}
1919
- name: Setup Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@c6fd00ceb9747fb23ffdf72987450a2664414867
20+
uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
registry-url: 'https://registry.npmjs.org'

.github/workflows/publish-edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
1414
- name: Setup Node.js
15-
uses: actions/setup-node@1c5c1375b3817ad821719597effe8e3d6f764930
15+
uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea
1616
with:
1717
node-version: '12.14.1'
1818
registry-url: 'https://registry.npmjs.org'

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
1414
- name: Setup Node.js
15-
uses: actions/setup-node@1c5c1375b3817ad821719597effe8e3d6f764930
15+
uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea
1616
with:
1717
node-version: '12.14.1'
1818
registry-url: 'https://registry.npmjs.org'
@@ -72,7 +72,7 @@ jobs:
7272
- name: Checkout
7373
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
7474
- name: Setup Node.js
75-
uses: actions/setup-node@1c5c1375b3817ad821719597effe8e3d6f764930
75+
uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea
7676
with:
7777
node-version: '12.14.1'
7878
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)