We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dec4ba commit b54d25eCopy full SHA for b54d25e
.github/workflows/test-getting-started.yml
@@ -11,10 +11,10 @@ jobs:
11
getting_started:
12
runs-on: ubuntu-latest
13
steps:
14
- - name: Use Node.js 18
+ - name: Use Node.js
15
uses: actions/setup-node@v4
16
with:
17
- node-version: '18'
+ node-version: '20'
18
- name: Creating Your Dapp From a Template
19
run: yarn create @agoric/dapp offer-up
20
- name: Install dependencies
0 commit comments