File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,14 @@ jobs:
116
116
purge-created : 0
117
117
# except the version with the `primary-key`, if it exists
118
118
purge-primary-key : never
119
+
120
+ - name : Install nixpkgs#bun
121
+ if : ${{ matrix.id == 1 }}
122
+ run : nix profile install nixpkgs#bun
123
+
124
+ - name : Install nixpkgs#nodejs
125
+ if : ${{ matrix.id == 2 }}
126
+ run : nix profile install nixpkgs#nodejs
119
127
120
128
# Merge similar individual `id` caches
121
129
# Purge individual caches and old `common` caches
@@ -160,6 +168,12 @@ jobs:
160
168
purge-created : 0
161
169
# except the version with the `primary-key`, if it exists
162
170
purge-primary-key : never
171
+
172
+ - name : Run node
173
+ run : node --version
174
+
175
+ - name : Run bun
176
+ run : bun --version
163
177
164
178
compare-run-times :
165
179
name : Job with caching
You can’t perform that action at this time.
0 commit comments