Skip to content

Commit ef84186

Browse files
chore(deps): update node.js
1 parent 5c0d4ba commit ef84186

File tree

4 files changed

+5
-16
lines changed

4 files changed

+5
-16
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4
1111
with:
12-
node-version: '22.17.1'
12+
node-version: '22.22.0'
1313
registry-url: 'https://registry.npmjs.org'
1414
- run: npm ci && npm run build
1515
- run: npm publish --access public

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.17.1@sha256:9e6918e8e32a47a58ed5fb9bd235bbc1d18a8c272e37f15d502b9db9e36821ee
1+
FROM node:22.22.0@sha256:379c51ac7bbf9bffe16769cfda3eb027d59d9c66ac314383da3fcf71b46d026c
22

33
# https://github.com/GoogleChrome/puppeteer/blob/master/.ci/node12/Dockerfile.linux
44
RUN apt-get update \

package-lock.json

Lines changed: 2 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@vimeo/player": "2.27.1"
5959
},
6060
"engines": {
61-
"node": ">= 22.17.1",
61+
"node": ">= 22.22.0",
6262
"npm": ">= 11.4.2"
6363
}
6464
}

0 commit comments

Comments
 (0)