Skip to content

Commit

Permalink
Merge pull request #158 from cachix/bump-node
Browse files Browse the repository at this point in the history
Run on node20
  • Loading branch information
domenkozar committed Sep 6, 2023
2 parents 1ad0725 + e98f643 commit 6a2e08b
Show file tree
Hide file tree
Showing 6 changed files with 994 additions and 954 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ branding:
color: 'blue'
icon: 'database'
runs:
using: 'node16'
using: 'node20'
main: 'dist/main/index.js'
post: 'dist/main/index.js'
2 changes: 1 addition & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, ... }:

let
node = pkgs.nodejs_16;
node = pkgs.nodejs_20;
in
{
packages = [
Expand Down
Loading

0 comments on commit 6a2e08b

Please sign in to comment.