Skip to content

Commit

Permalink
ci: use node 16.8 for tests due to v8 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Sep 10, 2021
1 parent 456123e commit d2ed986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-test.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [14.x, '16.8']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit d2ed986

Please sign in to comment.