Skip to content

Commit 8de9f16

Browse files
authored
ci(publish): use node 24 (#125)
1 parent ed574f5 commit 8de9f16

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
5353
wasm-pack --version
5454
55+
- uses: actions/setup-node@v4
56+
with:
57+
node-version: '24'
58+
registry-url: 'https://registry.npmjs.org'
59+
5560
- name: Build
5661
run: sh build.sh
5762
working-directory: wrappers/wasm
@@ -88,6 +93,11 @@ jobs:
8893
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
8994
wasm-pack --version
9095
96+
- uses: actions/setup-node@v4
97+
with:
98+
node-version: '24'
99+
registry-url: 'https://registry.npmjs.org'
100+
91101
- name: Build
92102
run: bash build-web.sh
93103
working-directory: wrappers/wasm

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ authors = [
88
edition = "2021"
99
description = "oath HOTP and TOTP complient implementation"
1010
documentation = "https://docs.rs/slauth"
11-
homepage = "https://github.com/devolutions/slauth"
12-
repository = "https://github.com/devolutions/slauth"
11+
homepage = "https://github.com/Devolutions/slauth"
12+
repository = "https://github.com/Devolutions/slauth"
1313
readme = "README.md"
1414
keywords = ["TOTP", "HOTP", "2FA", "MFA", "WebAuthn"]
1515
license = "MIT"

0 commit comments

Comments
 (0)