Skip to content

Commit

Permalink
docs(ci): document reason for node 18.18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Jan 3, 2024
1 parent 1a734ac commit fccae72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Use Node.js 18.8.x
uses: actions/setup-node@v3
with:
# use node 18.8.x until Agoric/agoric-sdk#8636
node-version: '18.8.x'
- name: yarn install
run: yarn
Expand Down

0 comments on commit fccae72

Please sign in to comment.