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 ff9c18e commit 1c9ac54Copy full SHA for 1c9ac54
.github/workflows/solidity.yml
@@ -99,7 +99,7 @@ jobs:
99
100
- uses: actions/setup-node@v4
101
with:
102
- node-version: 22.21.1
+ node-version: 24.11.0
103
104
- name: Install Node dependencies
105
run: npm install
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:24.10.0 AS build
+FROM node:24.11.0 AS build
2
3
RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \
4
export DEBIAN_FRONTEND=noninteractive && \
0 commit comments