We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5329c commit 9d5e71aCopy full SHA for 9d5e71a
1 file changed
.github/workflows/e2e_tests.yaml
@@ -83,7 +83,7 @@ jobs:
83
steps:
84
- uses: actions/setup-node@v3
85
with:
86
- node-version: 16
+ node-version: 18
87
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
88
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
89
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
@@ -152,4 +152,4 @@ jobs:
152
SERVICE_ACCOUNT_FULL_PATH: /gcp/gcloud-service-key.json
153
DIFFGRAM_HOST_OS: ${{ secrets.DIFFGRAM_HOST_OS }}
154
DIFFGRAM_VERSION_TAG: 0.0.1
155
- DIFFGRAM_INSTALL_FINGERPRINT: ${{ secrets.DIFFGRAM_INSTALL_FINGERPRINT }}
+ DIFFGRAM_INSTALL_FINGERPRINT: ${{ secrets.DIFFGRAM_INSTALL_FINGERPRINT }}
0 commit comments