Skip to content

Commit

Permalink
fix(ci): action updated for Python 3
Browse files Browse the repository at this point in the history
after the base node:lts-alpine image got an upgrade

- https://hub.docker.com/_/node?tab=tags&page=1&name=lts-alpine
- Borales/actions-yarn@v2.3.0...v3.0.0

Signed-off-by: Fritz Lehnert <13189449+Neudrino@users.noreply.github.com>
  • Loading branch information
Neudrino committed Jun 8, 2022
1 parent 675552e commit 3018ff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nms-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cd ${MAGMA_ROOT}/nms
# Extract the specified flow version from the .flowconfig
yarn add --dev -W flow-bin@$(x=$(grep "\[version\]" .flowconfig -A 1 | tail -n 1); echo ${x:1})
- uses: borales/actions-yarn@v2.3.0
- uses: borales/actions-yarn@v3.0.0
with:
cmd: install # will run `yarn install` command
- name: flow typecheck
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
MAGMA_ROOT: "${{ github.workspace }}"
steps:
- uses: actions/checkout@v2
- uses: borales/actions-yarn@v2.3.0
- uses: borales/actions-yarn@v3.0.0
with:
cmd: install # will run `yarn install` command
- name: run yarn test
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y google-chrome-stable libxss1 --no-install-recommends
sudo rm -rf /var/lib/apt/lists/*
- uses: borales/actions-yarn@v2.3.0
- uses: borales/actions-yarn@v3.0.0
with:
cmd: install # will run `yarn install` command
- name: run e2e_test_setup.sh
Expand Down

0 comments on commit 3018ff4

Please sign in to comment.