We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f74c5 commit 8dffcc1Copy full SHA for 8dffcc1
.github/workflows/ci.yml
@@ -17,11 +17,11 @@ jobs:
17
18
strategy:
19
matrix:
20
- node-version: [18.x]
+ node-version: [22.x]
21
os: [ubuntu-latest]
22
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
25
# extract branch name
26
- if: github.event_name == 'pull_request'
27
run: echo "BRANCH_NAME=${GITHUB_HEAD_REF}" >> $GITHUB_ENV
@@ -56,7 +56,7 @@ jobs:
56
runs-on: ubuntu-latest
57
58
59
60
61
- uses: olegtarasov/[email protected]
62
id: tagName
docker-image/src/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:16-alpine
+FROM node:22-alpine
2
3
# hadolint ignore=DL3018
4
RUN apk add --no-cache openssl
0 commit comments