Skip to content

Commit

Permalink
build: correct node version in snapcraft (#3678)
Browse files Browse the repository at this point in the history
  • Loading branch information
sct authored Nov 6, 2023
1 parent e297d25 commit be04742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ architectures:
parts:
overseerr:
plugin: nodejs
nodejs-version: '18.8.2'
nodejs-version: '18.18.2'
nodejs-package-manager: 'yarn'
nodejs-yarn-version: v1.22.19
build-packages:
Expand Down

0 comments on commit be04742

Please sign in to comment.