Skip to content

Commit 8371680

Browse files
chore(ci): update setup node version (#149)
* chore(deps): update actions/setup-node version * fix: update npm build script, replace plzmasdk with @napi-rs/lzma
1 parent b8f1695 commit 8371680

File tree

4 files changed

+701
-83
lines changed

4 files changed

+701
-83
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
echo TAG=$name >> $GITHUB_ENV
125125
id: tagname
126126

127-
- uses: actions/setup-node@v4
127+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
128128
with:
129129
node-version: '>=24'
130130
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)