Skip to content

Commit

Permalink
pin node version to 16.8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
darreneng committed Sep 7, 2021
1 parent 5b3766c commit fff3082
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -16,7 +16,9 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
# TODO: switch back to 16.x when this issue is resolved with 16.9
# https://github.com/nodejs/node/issues/40030
node-version: [12.x, 14.x, 16.8]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit fff3082

Please sign in to comment.