mirror of
https://github.com/NotAShelf/nix-evaluator-stats.git
synced 2026-05-06 07:38:59 +00:00
Compare commits
11 commits
notashelf/
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
d8b65d9a4c |
|||
|
cf4634d0c0 |
|||
|
3afe069fc4 |
|||
|
|
3fe8791b40 |
||
|
cbb5e94e2c |
|||
|
9d496a9e84 |
|||
|
|
2561953b06 |
||
|
|
5707c5863d |
||
|
|
ff601af479 |
||
|
|
ddfb135498 |
||
|
c8b307341a |
3 changed files with 6 additions and 6 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
|
@ -13,12 +13,12 @@ jobs:
|
|||
uses: actions/checkout@v6
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v5
|
||||
uses: pnpm/action-setup@v6
|
||||
with:
|
||||
version: 10
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v6
|
||||
uses: actions/setup-node@v6.4.0
|
||||
with:
|
||||
node-version: 22
|
||||
cache: pnpm
|
||||
|
|
|
|||
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
|
@ -22,12 +22,12 @@ jobs:
|
|||
uses: actions/checkout@v6
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v5
|
||||
uses: pnpm/action-setup@v6
|
||||
with:
|
||||
version: 10
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v6
|
||||
uses: actions/setup-node@v6.4.0
|
||||
with:
|
||||
node-version: 22
|
||||
cache: pnpm
|
||||
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
run: GITHUB_PAGES=true pnpm run build:web
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v4
|
||||
uses: actions/upload-pages-artifact@v5
|
||||
with:
|
||||
path: packages/web/dist
|
||||
|
||||
|
|
|
|||
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
|
||||
# Exit early if no relevant files are updated
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v31.9.0
|
||||
uses: cachix/install-nix-action@v31.10.5
|
||||
if: steps.changed-files.outputs.files == 'true'
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue