Compare commits

..

No commits in common. "a983fb3fe580d3ba49097103268e2d32287c2c98" and "205f6a64d6f76a201e916cc0b5935a485f80c927" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

@ -21,9 +21,9 @@
"integrity": "sha256:586c9a6f7dd40bd3ba2cd41e7f2f88dcc31fbe5d1442afcbf07ffbc66b686857"
},
"ghcr.io/devcontainers/features/rust:1": {
"version": "1.5.1",
"resolved": "ghcr.io/devcontainers/features/rust@sha256:f7afd923fd283db88ca961342ae65ea63a8c95bcf86e42c4c363f43bc4ba26a5",
"integrity": "sha256:f7afd923fd283db88ca961342ae65ea63a8c95bcf86e42c4c363f43bc4ba26a5"
"version": "1.5.0",
"resolved": "ghcr.io/devcontainers/features/rust@sha256:0c55e65f2e3df736e478f26ee4d5ed41bae6b54dac1318c443e31444c8ed283c",
"integrity": "sha256:0c55e65f2e3df736e478f26ee4d5ed41bae6b54dac1318c443e31444c8ed283c"
},
"ghcr.io/flexwie/devcontainer-features/op:1": {
"version": "1.0.0",

View file

@ -44,7 +44,7 @@ jobs:
echo "Stable tag or branch: ${GITHUB_REF}"
fi
- uses: actions/setup-node@v7
- uses: actions/setup-node@v6
with:
node-version: 24
cache: "npm"