Skip to content

Commit

Permalink
as previous #2
Browse files Browse the repository at this point in the history
  • Loading branch information
KMarshallX committed Aug 19, 2024
1 parent 3a5598f commit f101b39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
volumes:
- /home/runner/:/home/
env:
# ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
# ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
# ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
OSF_TOKEN_: ${{ secrets.OSF_KEY }}
OSF_USERNAME_: ${{ secrets.OSF_USERNAME }}
OSF_PROJECT_ID_: "abk4p"
Expand Down

1 comment on commit f101b39

@KMarshallX
Copy link
Owner Author

@KMarshallX KMarshallX commented on f101b39 Aug 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit forced checkout@v3 to run on node 16 instead of node 20. Should modify the yml file back if the new node is no longer buggy.
ref: actions/checkout#1809

Please sign in to comment.