We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7125d03 commit 8081da9Copy full SHA for 8081da9
1 file changed
.github/workflows/ci.yml
@@ -14,15 +14,10 @@ on:
14
permissions:
15
contents: read
16
17
-env:
18
- # Opt-in to Node.js 24 for GitHub Actions to avoid deprecation warnings.
19
- # See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
20
- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
21
-
22
jobs:
23
ci:
24
name: Run CI Pipeline
25
- uses: SocketDev/socket-registry/.github/workflows/ci.yml@d83e76d998a5b13e7e844273898ccee35bb991c4 # main
+ uses: SocketDev/socket-registry/.github/workflows/ci.yml@db024ea0ebbf1e6c73acdb8a6fb02a8c5e2c7410 # main
26
with:
27
fail-fast: false
28
lint-script: 'pnpm run lint --all'
0 commit comments