Skip to content

Commit

Permalink
use old node
Browse files Browse the repository at this point in the history
  • Loading branch information
KMicha committed Dec 5, 2024
1 parent 90aaf55 commit 7c0f685
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/version2016.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,17 @@ jobs:
runs-on: ubuntu-latest
container:
image: credocker/creubuntu:2016.0

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16

steps:
#- name: Install Node
# run: (curl -sL "https://deb.nodesource.com/setup_20.x" | bash - && apt-get install -y nodejs)
#- name: Node Version
# run: (node -v)
- name: Node Version
run: (node -v)
- uses: actions/checkout@v3
- name: Set ownership
run: |
Expand Down

0 comments on commit 7c0f685

Please sign in to comment.