Skip to content

Commit

Permalink
revert to original versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mbashia committed Sep 11, 2024
1 parent 1a684f5 commit ada80ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2

- uses: actions/setup-node@v3
- uses: actions/setup-node@v1
with:
node-version: 16.x

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -31,7 +31,7 @@ jobs:
npm run test
- name: Save screenshots
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: screenshots
Expand Down

0 comments on commit ada80ff

Please sign in to comment.