Skip to content

Commit b54d25e

Browse files
committed
fix: Test with Node.js 20
1 parent 7dec4ba commit b54d25e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-getting-started.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
getting_started:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Use Node.js 18
14+
- name: Use Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: '18'
17+
node-version: '20'
1818
- name: Creating Your Dapp From a Template
1919
run: yarn create @agoric/dapp offer-up
2020
- name: Install dependencies

0 commit comments

Comments
 (0)