Skip to content

Commit 2eb2b77

Browse files
committed
use newer node version in publishing pipeline
1 parent 9a414bb commit 2eb2b77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- name: Setup emsdk
1919
uses: mymindstorm/setup-emsdk@v7
20-
- name: Use Node.js 12.13.1
20+
- name: Use Node.js 24.12.0
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: 12.13.1
23+
node-version: 24.12.0
2424
registry-url: "https://registry.npmjs.org"
2525
- run: npm ci
2626
- run: npm run complete-build

0 commit comments

Comments
 (0)