Skip to content

Commit

Permalink
chore: fix fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maksadbek committed Nov 9, 2024
1 parent 7b33cce commit f1a36ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ run-name: E2E Tests (${{ inputs.version }}, ${{ inputs.environment }})

env:
ACTIONS_ALLOW_UNSAFE_NODE_VERSION: true
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16

on:
workflow_dispatch:
Expand Down Expand Up @@ -98,6 +100,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5
env:
ACTIONS_ALLOW_UNSAFE_NODE_VERSION: true
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16

- name: Download Executable
shell: bash
Expand Down

0 comments on commit f1a36ea

Please sign in to comment.