Skip to content

Commit

Permalink
update to latest actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker committed Nov 6, 2024
1 parent 4e11250 commit 934bcde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Node 16.x
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16.x

Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Node 16.x
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16.x

Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/visual-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,14 @@ jobs:
name: Polymer 2 on SauceLabs
runs-on: ubuntu-latest
steps:
- name: Set up Node 12.x
uses: actions/setup-node@v2
- name: Set up Node 16.x
uses: actions/setup-node@v4
with:
node-version: 12.x
node-version: 16.x

- name: Check out the source code
uses: actions/checkout@v2

- name: Install latest npm
# magi-cli 1.0 requires npm 7 or higher
run: "npm install -g npm@8"

- name: Install global npm dependencies
# bower is needed to run 'bower install'
# gemini is needed to run the visual tests step
Expand All @@ -39,7 +35,7 @@ jobs:

- name: Publish the Visual Tests failures report as an Artifact for this Workflow run
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Visual tests failures report
path: gemini-report/

0 comments on commit 934bcde

Please sign in to comment.