Skip to content

Commit

Permalink
Automatic update to new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
torben committed May 10, 2022
1 parent 93d9cae commit 6571848
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
#- name: Install yarn
# run: npm install --global yarn

- name: Disable node version check
run: yarn config set ignore-engines true

- name: Install packages marked as dependencies
run: yarn

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check:types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

# Runs a set of commands using the runners shell

- name: Disable node version check
run: yarn config set ignore-engines true

- name: Install packages marked as dependencies
run: yarn

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

# Runs a set of commands using the runners shell

- name: Disable node version check
run: yarn config set ignore-engines true

- name: Install packages marked as dependencies
run: yarn

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

# Runs a set of commands using the runners shell

- name: Disable node version check
run: yarn config set ignore-engines true

- name: Install packages marked as dependencies
run: yarn

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test:coverage:report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

# Runs a set of commands using the runners shell

- name: Disable node version check
run: yarn config set ignore-engines true

- name: Install packages marked as dependencies
run: yarn

Expand Down

0 comments on commit 6571848

Please sign in to comment.