Skip to content

Commit

Permalink
Merge pull request #172 from tr33m4n/fix/node-issues-on-less-than-16
Browse files Browse the repository at this point in the history
Fix Node issues when running on Node version <16
  • Loading branch information
tr33m4n authored Sep 4, 2023
2 parents 4b40ab2 + f423b93 commit 0e0b3bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- cron: 0 3 * * 1,3,5
workflow_dispatch:

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
},
"dependencies": {
"@percy/cli": "^1.15.0"
},
"overrides": {
"cosmiconfig": "8.2.0"
}
}

0 comments on commit 0e0b3bc

Please sign in to comment.