just read the docs
All checks were successful
Hello World / test (push) Successful in 11s

This commit is contained in:
plasmagoat 2025-06-07 02:46:50 +02:00
parent e2f07f6eb4
commit 9032f79da5
2 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,7 @@ on:
jobs: jobs:
build: build:
runs-on: nixos runs-on: nixos-latest
defaults: defaults:
run: run:

View file

@ -20,8 +20,10 @@
# "ubuntu-22.04:docker://node:16-bullseye" # "ubuntu-22.04:docker://node:16-bullseye"
# "ubuntu-20.04:docker://node:16-bullseye" # "ubuntu-20.04:docker://node:16-bullseye"
# "ubuntu-18.04:docker://node:16-buster" # "ubuntu-18.04:docker://node:16-buster"
"node-22:docker://node:22-bookworm"
"nixos-latest:docker://nixos/nix"
## optionally provide native execution on the host: ## optionally provide native execution on the host:
"nixos:host" "native:host"
]; ];
}; };
}; };