Skip to content

Commit 64fd484

Browse files
chore(deps): update actions/setup-node action to v2 (#236)
Co-authored-by: Renovate Bot <[email protected]>
1 parent ccce3b6 commit 64fd484

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: Ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v1
15+
- uses: actions/setup-node@v2
1616
with:
1717
registry-url: "https://registry.npmjs.org"
1818
- run: git switch master

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v2
2424
- name: Setup Node.js ${{ matrix.node }}
25-
uses: actions/setup-node@v1
25+
uses: actions/setup-node@v2
2626
with:
2727
node-version: ${{ matrix.node }}
2828
- name: Get yarn cache directory path

0 commit comments

Comments
 (0)