Skip to content

Commit

Permalink
Temporarily pin Node to v18.17.1 (ampproject#39492)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrozenberg authored Sep 25, 2023
1 parent 2e2cdc1 commit affd3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ commands:
setup_node_environment:
steps:
- node/install:
node-version: 'lts'
node-version: '18.17.1'
- node/install-packages:
with-cache: false
setup_vm:
Expand Down

0 comments on commit affd3fd

Please sign in to comment.