Compare commits

..

No commits in common. "main" and "notashelf/push-oszosmuyzyoo" have entirely different histories.

4 changed files with 9 additions and 9 deletions

View file

@ -13,12 +13,12 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v6.0.4 uses: pnpm/action-setup@v5
with: with:
version: 10 version: 10
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v6.4.0 uses: actions/setup-node@v6
with: with:
node-version: 22 node-version: 22
cache: pnpm cache: pnpm

View file

@ -22,12 +22,12 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v6.0.4 uses: pnpm/action-setup@v5
with: with:
version: 10 version: 10
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v6.4.0 uses: actions/setup-node@v6
with: with:
node-version: 22 node-version: 22
cache: pnpm cache: pnpm
@ -42,7 +42,7 @@ jobs:
run: GITHUB_PAGES=true pnpm run build:web run: GITHUB_PAGES=true pnpm run build:web
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v5 uses: actions/upload-pages-artifact@v4
with: with:
path: packages/web/dist path: packages/web/dist

View file

@ -32,7 +32,7 @@ jobs:
# Exit early if no relevant files are updated # Exit early if no relevant files are updated
- name: Install Nix - name: Install Nix
uses: cachix/install-nix-action@v31.10.6 uses: cachix/install-nix-action@v31.9.0
if: steps.changed-files.outputs.files == 'true' if: steps.changed-files.outputs.files == 'true'
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable

6
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1777954456, "lastModified": 1775423009,
"narHash": "sha256-hGdgeU2Nk87RAuZyYjyDjFL6LK7dAZN5RE9+hrDTkDU=", "narHash": "sha256-vPKLpjhIVWdDrfiUM8atW6YkIggCEKdSAlJPzzhkQlw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "549bd84d6279f9852cae6225e372cc67fb91a4c1", "rev": "68d8aa3d661f0e6bd5862291b5bb263b2a6595c9",
"type": "github" "type": "github"
}, },
"original": { "original": {