Skip to content

Commit 95337c1

Browse files
Update dependency node to v22
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b98b172 commit 95337c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v1
1717
- uses: actions/setup-node@v1
1818
with:
19-
node-version: '12.x'
19+
node-version: '22.x'
2020
run: |
2121
npm ci
2222
npm run build
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v1
2929
- uses: actions/setup-node@v1
3030
with:
31-
node-version: '12.x'
31+
node-version: '22.x'
3232
- name: Add key to allow access to repository
3333
env:
3434
SSH_AUTH_SOCK: /tmp/ssh_agent.sock

0 commit comments

Comments
 (0)