We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9a5161 + 79e14d6 commit 226b188Copy full SHA for 226b188
.github/workflows/trigger-private-janus-build.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install Node
30
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
31
with:
32
- node-version: '22' # Ensure this matches the version in Janus: https://github.com/guardian/janus/blob/main/.nvmrc
+ node-version-file: '.nvmrc'
33
cache: 'npm'
34
cache-dependency-path: 'frontend/package-lock.json'
35
.nvmrc
@@ -0,0 +1,2 @@
1
+# Ensure this matches the version in Janus: https://github.com/guardian/janus/blob/main/.nvmrc
2
+22
0 commit comments