diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10432da2..b177174d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '22.x' - run: rm package-lock.json && npm install - run: npm run build @@ -23,4 +23,4 @@ jobs: publish_dir: ./dist/ndn-play publish_branch: gh-pages cname: play.ndn.today - force_orphan: true \ No newline at end of file + force_orphan: true