Skip to content

Commit 52bbc78

Browse files
chore(deps): update node.js
1 parent b7fe65b commit 52bbc78

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.21.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.21.0@sha256:23c24e85395992be118734a39903e08c8f7d1abc73978c46b6bda90060091a49
22

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

package-lock.json

Lines changed: 1 addition & 1 deletion
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.21.0",
6262
"npm": ">= 11.4.2"
6363
}
6464
}

0 commit comments

Comments
 (0)