Skip to content

Commit

Permalink
Allow nodejs-16 for GitHub Action engine
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 9, 2023
1 parent e256c58 commit 0ac1381
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .config/nixpkgs/config.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
permittedInsecurePackages = [
# Because it is the only choice in the GitHub Actions engine.
# https://github.com/kachick/wait-other-jobs/blob/6a50464dd0f6a3cbde8ac50687ee246830f99075/CONTRIBUTING.md#why-using-nodejs16-instead-of-denobunnodejs18
# NOTE: Cant't specify as `nodejs-16_x`
"nodejs-16.20.0"
];
}

0 comments on commit 0ac1381

Please sign in to comment.