Skip to content

Commit

Permalink
Update diffgram_testing.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-chaudhary committed Jun 11, 2024
1 parent 276c20a commit 01f5007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diffgram_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
Expand All @@ -200,6 +200,6 @@ jobs:
- run: cd frontend
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- run: yarn --cwd frontend install
- run: yarn --cwd frontend run test:unit

0 comments on commit 01f5007

Please sign in to comment.