Skip to content

Commit 99fa680

Browse files
Merge pull request #1614 from diffgram/anthony-chaudhary-patch-1
Update e2e_tests.yaml
2 parents 7499a59 + 6eb2378 commit 99fa680

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/e2e_tests.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,14 @@ jobs:
8181
- /__w/diffgram/diffgram/myminio/.minio/data:/root/.minio
8282
options: --health-cmd "curl -s http://localhost:9000/minio/health/live"
8383
steps:
84-
- uses: actions/setup-node@v3
84+
- uses: actions/setup-node@v4
8585
with:
8686
node-version: 18
87-
env:
88-
NODE_OPTIONS: --openssl-legacy-provider
8987
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
9088
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
9189
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
9290
- name: Check out repository code
93-
uses: actions/checkout@v3
91+
uses: actions/checkout@v4
9492
- run: cp -rf . /__w/diffgram
9593
- run: cd /__w/diffgram
9694
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."

0 commit comments

Comments
 (0)