Skip to content

Commit

Permalink
change node version
Browse files Browse the repository at this point in the history
  • Loading branch information
schnetzlerjoe committed Mar 29, 2023
1 parent db950dc commit aa1f925
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# TODO: ['14.x', '16.x']
node-version: [14.x]
node-version: [16.x]
steps:
- name: Checkout dapp
uses: actions/checkout@v3
Expand Down Expand Up @@ -60,7 +59,5 @@ jobs:

- name: agoric install
run: agoric install
- name: yarn build
run: yarn build
- name: yarn test (everything)
run: yarn test

0 comments on commit aa1f925

Please sign in to comment.