tangled
alpha
login
or
join now
claycow.com
/
claycow
0
fork
atom
A Astro blog hosted on Vercel
0
fork
atom
overview
issues
pulls
pipelines
add node version and remove nvm
Clayton Cook
6 months ago
e5a86c89
a272f5f3
0/1
deploy.yaml
failed
13s
+3
-7
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yaml
+3
-7
.tangled/workflows/deploy.yaml
reviewed
···
7
7
dependencies:
8
8
nixpkgs:
9
9
- nodejs
10
10
-
- npm
11
11
-
- nvm
12
10
13
13
-
steps:
14
14
-
- name: Set up Node.js
15
15
-
command: |
16
16
-
nvm install 22
17
17
-
nvm use 22
11
11
+
environment:
12
12
+
NIXPACKS_NODE_VERSION: "22"
18
13
14
14
+
steps:
19
15
- name: Install dependencies
20
16
command: |
21
17
npm ci