Skip to content

Commit bafed7d

Browse files
chore(deps): update dependency node to v22 (#112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f063930 commit bafed7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v4
3737
- uses: actions/setup-node@v4.4.0
3838
with:
39-
node-version: "18.x"
39+
node-version: "22.x"
4040
registry-url: "https://registry.npmjs.org"
4141
scope: nvuillam
4242
- run: npm ci

.github/workflows/deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Setup .npmrc file to publish to npm
3535
- uses: actions/setup-node@v4.4.0
3636
with:
37-
node-version: "18.x"
37+
node-version: "22.x"
3838
registry-url: "https://registry.npmjs.org"
3939
scope: nvuillam
4040
- run: npm ci

0 commit comments

Comments
 (0)