Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Commit 374d7f3

Browse files
Update actions/setup-node action to v2 (#106)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c2fa417 commit 374d7f3

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@v1
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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v2
2121
- name: Setup Node.js ${{ matrix.node }}
22-
uses: actions/setup-node@v1
22+
uses: actions/setup-node@v2
2323
with:
2424
node-version: ${{ matrix.node }}
2525
- name: Install

0 commit comments

Comments
 (0)