Skip to content

Commit

Permalink
fix(CI): update test-documentation to use Node 16.x, not 14.x
Browse files Browse the repository at this point in the history
The documentation repo recently started requiring Node
16.x (Agoric/documentation#780), but the
agoric-sdk CI was still using 14.x . This changes the CI to use the
newer version.
  • Loading branch information
warner committed Feb 22, 2023
1 parent 6b7db2e commit ec82340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14.x']
node-version: ['16.x']

steps:
- name: Checkout agoric-sdk
Expand Down

0 comments on commit ec82340

Please sign in to comment.