Skip to content

Commit e7c98aa

Browse files
Bump actions/setup-node from 2.3.0 to 2.3.1 (#44)
1 parent 1b438d8 commit e7c98aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/nodejs-beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/[email protected]
16-
- uses: actions/[email protected].0
16+
- uses: actions/[email protected].1
1717
with:
1818
node-version: 14
1919
- name: npm install
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- uses: actions/[email protected]
34-
- uses: actions/[email protected].0
34+
- uses: actions/[email protected].1
3535
with:
3636
node-version: 14
3737
registry-url: https://registry.npmjs.org/

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/[email protected]
2121
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- name: npm install
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- uses: actions/[email protected]
41-
- uses: actions/[email protected].0
41+
- uses: actions/[email protected].1
4242
with:
4343
node-version: 14 # use the minimum required version
4444
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)