Skip to content

Commit e8b35d0

Browse files
resolve licenses issue and update 2 packages
1 parent 2a6f459 commit e8b35d0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+22206
-11982
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- run: git add .
3232
- name: Verify no unstaged changes
3333
if: runner.os != 'windows'
34-
run: bash __tests__/verify-no-unstaged-changes.sh
34+
run: __tests__/verify-no-unstaged-changes.sh

.github/workflows/versions.yml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: __tests__/verify-arch.sh "ia32"
112112
shell: bash
113113

114-
node-depencies-caching:
114+
node-npm-depencies-caching:
115115
runs-on: ${{ matrix.os }}
116116
strategy:
117117
fail-fast: false
@@ -125,6 +125,33 @@ jobs:
125125
with:
126126
node-version: ${{ matrix.node-version }}
127127
cache: 'npm'
128+
- name: Install dependencies
129+
run: npm install
130+
- name: Verify node and npm
131+
run: __tests__/verify-node.sh "${{ matrix.node-version }}"
132+
shell: bash
133+
134+
135+
node-yarn-depencies-caching:
136+
runs-on: ${{ matrix.os }}
137+
strategy:
138+
fail-fast: false
139+
matrix:
140+
os: [ubuntu-latest, windows-latest, macos-latest]
141+
node-version: [10, 12, 14]
142+
steps:
143+
- uses: actions/checkout@v2
144+
- name: Generate yarn file
145+
run: yarn install
146+
- name: Remove dependencies
147+
run: rm -rf /node_modules
148+
- name: Setup Node
149+
uses: ./
150+
with:
151+
node-version: ${{ matrix.node-version }}
152+
cache: 'yarn'
153+
- name: Install dependencies
154+
run: yarn install
128155
- name: Verify node and npm
129156
run: __tests__/verify-node.sh "${{ matrix.node-version }}"
130157
shell: bash

.licenses/npm/@actions/core-1.2.6.dep.yml renamed to .licenses/npm/@actions/core.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/exec.dep.yml

Lines changed: 10 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/glob-0.2.0.dep.yml

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/http-client-1.0.6.dep.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.licenses/npm/@actions/http-client-1.0.8.dep.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.licenses/npm/@actions/http-client-1.0.11.dep.yml renamed to .licenses/npm/@actions/http-client.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/io.dep.yml

Lines changed: 10 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)