Skip to content

Commit ac58986

Browse files
authored
Update CI nodejs
1 parent 9f6be65 commit ac58986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '18.x'
15+
node-version: '22.x'
1616
- run: rm package-lock.json && npm install
1717
- run: npm run build
1818

@@ -23,4 +23,4 @@ jobs:
2323
publish_dir: ./dist/ndn-play
2424
publish_branch: gh-pages
2525
cname: play.ndn.today
26-
force_orphan: true
26+
force_orphan: true

0 commit comments

Comments
 (0)