Skip to content

Commit 19cbfde

Browse files
authored
Merge pull request #672 from buildo/use-node-18
Use node 18 since 14 is deprecated
2 parents 4805148 + 3b9c90c commit 19cbfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ run:
3636
chmod 600 $HOME/.ssh/id_rsa
3737
eval "$(ssh-agent -s)"
3838
ssh-add $HOME/.ssh/id_rsa
39-
curl -sL https://deb.nodesource.com/setup_14.x | bash -
39+
curl -sL https://deb.nodesource.com/setup_18.x | bash -
4040
apt-get install -y nodejs
4141
curl -o- -L https://yarnpkg.com/install.sh | bash
4242
source $HOME/.bashrc

0 commit comments

Comments
 (0)