Skip to content

Commit 109ce09

Browse files
committed
Bump CI and Docker to node v22
1 parent f4fb5a0 commit 109ce09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [18.x]
20+
node-version: [22.x]
2121
os: [ubuntu-latest]
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525
# extract branch name
2626
- if: github.event_name == 'pull_request'
2727
run: echo "BRANCH_NAME=${GITHUB_HEAD_REF}" >> $GITHUB_ENV
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858

59-
- uses: actions/checkout@v2
59+
- uses: actions/checkout@v4
6060

6161
- uses: olegtarasov/[email protected]
6262
id: tagName

docker-image/src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-alpine
1+
FROM node:22-alpine
22

33
# hadolint ignore=DL3018
44
RUN apk add --no-cache openssl

0 commit comments

Comments
 (0)